<?phpclass Issue1216Test extends PHPUnit_Framework_TestCase{ public function testConfigAvailableInBootstrap() { $this->assertTrue($_ENV['configAvailableInBootstrap']); }}