Test harness + fix getenv config bug #24

Merged
mrouissi merged 2 commits from fix/getenv-and-tests into master 2026-05-31 17:44:16 +02:00
Owner

Adds PHPUnit (run in CI). Fixes the critical Symfony-6 migration bug where getenv() returns false for app config (tax=0, prices=0, localhost links) by reading $_ENV. Guarded by NoGetenvTest.

Adds PHPUnit (run in CI). Fixes the critical Symfony-6 migration bug where getenv() returns false for app config (tax=0, prices=0, localhost links) by reading $_ENV. Guarded by NoGetenvTest.
fix: Read config via $_ENV instead of getenv (Symfony 6 Dotenv no longer fills getenv)
All checks were successful
ci / validate (push) Successful in 14s
ci / validate (pull_request) Successful in 12s
c26cb86c8d
mrouissi merged commit 0997d39437 into master 2026-05-31 17:44:16 +02:00
Sign in to join this conversation.
No reviewers
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
Clients/neveling!24
No description provided.