public function Issue578Test::testUnexpectedExceptionsPrintsCorrectly

File

drupal/core/vendor/phpunit/phpunit/Tests/Regression/578/Issue578Test.php, line 16

Class

Issue578Test

Code

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