public function Issue244Test::testFailsTooIfExpectationIsANumber

@expectedException Issue244Exception @expectedExceptionCode 123

File

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

Class

Issue244Test

Code

public function testFailsTooIfExpectationIsANumber() {
  throw new Issue244Exception();
}