public function Issue74Test::testCreateAndThrowNewExceptionInProcessIsolation in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/phpunit/phpunit/tests/Regression/GitHub/74/Issue74Test.php \Issue74Test::testCreateAndThrowNewExceptionInProcessIsolation()
File
- vendor/
phpunit/ phpunit/ tests/ Regression/ GitHub/ 74/ Issue74Test.php, line 4
Class
Code
public function testCreateAndThrowNewExceptionInProcessIsolation() {
require_once __DIR__ . '/NewException.php';
throw new NewException('Testing GH-74');
}