Home
last modified time | relevance | path

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

/plugin/findologicxmlexport/vendor/symfony/yaml/Tests/
H A DInlineTest.php630 $this->setExpectedExceptionRegExp(ParseException::class, $expectedMessage);
H A DParserTest.php1363 $this->setExpectedExceptionRegExp(ParseException::class, $expectedMessage);
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/
H A DTestCase.php550 public function setExpectedExceptionRegExp($exception, $messageRegExp = '', $code = null) function in PHPUnit_Framework_TestCase