Your IP : 127.0.0.1


Current Path : /home/dev2.destoffenstraat.com/update/vendor/phpunit/phpunit/tests/TextUI/
Upload File :
Current File : /home/dev2.destoffenstraat.com/update/vendor/phpunit/phpunit/tests/TextUI/phpt-env.phpt

--TEST--
PHPT runner should support ENV section
--ENV--
FOO=bar
--FILE--
<?php
if (isset($_SERVER['FOO'])) {
    \var_dump($_SERVER['FOO']);
}
?>
--EXPECTF_EXTERNAL--
_files/phpt-env.expected.txt