I'm running phpunit in Travis-CI and for security reasons some sensitive information is stored in environment variable.
Currently $_ENV only contains values I am specifying in phpunit.xml
.
I want my unit tests to be able to access this specific environment variable without storing it in file or passing it as argument.