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

class
Issue74Test extends TestCase
{
    public function
testCreateAndThrowNewExceptionInProcessIsolation()
    {
        require_once
__DIR__ . '/NewException.php';
        throw new
NewException('Testing GH-74');
    }
}