public function Issue244Test::testFailsTooIfExceptionCodeIsANumber

@expectedException Issue244ExceptionIntCode @expectedExceptionCode 123String

File

drupal/core/vendor/phpunit/phpunit/Tests/Regression/GitHub/244/Issue244Test.php, line 35

Class

Issue244Test

Code

public function testFailsTooIfExceptionCodeIsANumber() {
  throw new Issue244ExceptionIntCode();
}