-
Notifications
You must be signed in to change notification settings - Fork 5
Open
Description
Current state:
- using
<server ...inphpunit.xml.distfile to define default settings for test suite - using
$_SERVERin test suite to use the above-defined settings
Problem:
Inability to override the above settings during GitHub Actions builds because we can set environment variables (readable through $_ENV) and not server variables (readable through $_SERVER).
Solution
Do so Find & Replace in the phpunit.xml.dist on GitHub Actions instead of providing environment variables like DRIVER_URL and such, that don't override what phpunit.xml.dist defines.
Metadata
Metadata
Assignees
Labels
No labels