You are here

public function ThrowExceptionTestCase::test in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/phpunit/phpunit/tests/_files/ThrowExceptionTestCase.php \ThrowExceptionTestCase::test()

File

vendor/phpunit/phpunit/tests/_files/ThrowExceptionTestCase.php, line 4

Class

ThrowExceptionTestCase

Code

public function test() {
  throw new RuntimeException('A runtime error occurred');
}