Seditio Source
Root |
./othercms/croogo-4.0.7/vendor/phpunit/phpunit/tests/end-to-end/regression/GitHub/1216/Issue1216Test.php
<?php
use PHPUnit\Framework\TestCase;

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