You are here

public function Issue244Test::testFailsTooIfExceptionCodeIsANumber in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 vendor/phpunit/phpunit/tests/Regression/GitHub/244/Issue244Test.php \Issue244Test::testFailsTooIfExceptionCodeIsANumber()

@expectedException Issue244ExceptionIntCode @expectedExceptionCode 123String

File

vendor/phpunit/phpunit/tests/Regression/GitHub/244/Issue244Test.php, line 35

Class

Issue244Test

Code

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