public function ThrowExceptionTestCase::test

File

drupal/core/vendor/phpunit/phpunit/Tests/_files/ThrowExceptionTestCase.php, line 4

Class

ThrowExceptionTestCase

Code

public function test() {
  throw new RuntimeException();
}