You are here

public function Issue578Test::testUnexpectedExceptionsPrintsCorrectly in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/phpunit/phpunit/tests/Regression/578/Issue578Test.php \Issue578Test::testUnexpectedExceptionsPrintsCorrectly()

File

vendor/phpunit/phpunit/tests/Regression/578/Issue578Test.php, line 16

Class

Issue578Test

Code

public function testUnexpectedExceptionsPrintsCorrectly() {
  throw new Exception('Double printed exception');
}