You are here

public function Issue74Test::testCreateAndThrowNewExceptionInProcessIsolation in Zircon Profile 8

Same name and namespace in other branches
  1. 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

Issue74Test

Code

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