Global constants in PHPUnit
This should be in the bootstrap file.
Check here : http://www.phpunit.de/manual/current/en/textui.html for the bootstrap file option.
You can also check out the setUp()
and setUpBeforeClass()
methods, but they are related to one test class only.