More tidying.
[yaffs-website] / vendor / phpunit / phpunit / tests / Regression / GitHub / 1216 / Issue1216Test.php
1 <?php
2 class Issue1216Test extends PHPUnit_Framework_TestCase
3 {
4     public function testConfigAvailableInBootstrap()
5     {
6         $this->assertTrue($_ENV['configAvailableInBootstrap']);
7     }
8 }