/
var
/
www
/
vhosts
/
nabawater
/
vendor
/
phpunit
/
phpunit
/
tests
/
Regression
/
GitHub
/
2158
/
/var/www/vhosts/nabawater/vendor/phpunit/phpunit/tests/Regression/GitHub/2158
mkdir
upload
Name
Size
Mode
Actions
constant.inc
42
0664
edit
dl
rm
Issue2158Test.php
547
0664
edit
dl
rm
Edit:
/var/www/vhosts/nabawater/vendor/phpunit/phpunit/tests/Regression/GitHub/2158/Issue2158Test.php
(547B)
<?php class Issue2158Test extends PHPUnit_Framework_TestCase { /** * Set constant in main process */ public function testSomething() { include(__DIR__ . '/constant.inc'); $this->assertTrue(true); } /** * Constant defined previously in main process constant should be available and * no errors should be yielded by reload of included files * * @runInSeparateProcess */ public function testSomethingElse() { $this->assertTrue(defined('TEST_CONSTANT')); } }
Save
cmd:
run