Home
last modified time | relevance | path

Searched refs:expectExceptionCode (Results 1 – 3 of 3) sorted by relevance

/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Regression/GitHub/2299/
H A DIssue2299Test.php16 $this->expectExceptionCode(123);
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/
H A DTestCase.php537 $this->expectExceptionCode($code);
560 $this->expectExceptionCode($code);
581 public function expectExceptionCode($code) function in PHPUnit_Framework_TestCase
650 $this->expectExceptionCode($expectedException['code']);
/plugin/findologicxmlexport/vendor/phpunit/phpunit/
H A DChangeLog-5.7.md149 …tianbergmann/phpunit/issues/2299): `expectExceptionMessage()` and `expectExceptionCode()` do not w…