Current File : /home/itiffy/public_html/vendor/phpunit/phpunit/tests/Regression/GitHub/1216/Issue1216Test.php
<?php
use PHPUnit\Framework\TestCase;

class Issue1216Test extends TestCase
{
    public function testConfigAvailableInBootstrap()
    {
        $this->assertTrue($_ENV['configAvailableInBootstrap']);
    }
}