public function ThrowExceptionTestCase::test in Zircon Profile 8
Same name and namespace in other branches
- 8.0 vendor/phpunit/phpunit/tests/_files/ThrowExceptionTestCase.php \ThrowExceptionTestCase::test()
File
- vendor/
phpunit/ phpunit/ tests/ _files/ ThrowExceptionTestCase.php, line 4
Class
Code
public function test() {
throw new RuntimeException('A runtime error occurred');
}