Current File : /home/jvzmxxx/wiki1/vendor/phpunit/phpunit/tests/Regression/GitHub/74/Issue74Test.php
<?php
class Issue74Test extends PHPUnit_Framework_TestCase
{
    public function testCreateAndThrowNewExceptionInProcessIsolation()
    {
        require_once __DIR__ . '/NewException.php';
        throw new NewException('Testing GH-74');
    }
}