Closed
Description
I just discovered this merging a PR for zendframework/zend-http.
If we have some env values in phpunit.xml, for instance:
<env name="TESTS_BASEURI" value="false" />
and we get this value using getenv('TESTS_BASEURI')
in a test case, we will get the string "false"
in 4.8.33 and an empty string in 4.8.32.
This is a potential BC break for many unit tests.