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

class
Issue797Test extends TestCase
{
    protected
$preserveGlobalState = false;

    public function
testBootstrapPhpIsExecutedInIsolation()
    {
       
$this->assertEquals(GITHUB_ISSUE, 797);
    }
}