public function Issue578Test::testUnexpectedExceptionsPrintsCorrectly in Zircon Profile 8.0
Same name and namespace in other branches
- 8 vendor/phpunit/phpunit/tests/Regression/578/Issue578Test.php \Issue578Test::testUnexpectedExceptionsPrintsCorrectly()
File
- vendor/
phpunit/ phpunit/ tests/ Regression/ 578/ Issue578Test.php, line 16
Class
Code
public function testUnexpectedExceptionsPrintsCorrectly() {
throw new Exception('Double printed exception');
}