Test harness + fix getenv config bug #24
No reviewers
Labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
Clients/neveling!24
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "fix/getenv-and-tests"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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.