Home
last modified time | relevance | path

Searched refs:expectExceptionMessageRegExp (Results 1 – 6 of 6) sorted by relevance

/plugin/findologicxmlexport/vendor/sebastian/diff/tests/
H A DDifferTest.php398 $this->expectExceptionMessageRegExp('#^"from" must be an array or string\.$#');
411 $this->expectExceptionMessageRegExp('#^"to" must be an array or string\.$#');
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Util/
H A DTestTest.php531 …$this->expectExceptionMessageRegExp('/^The dataset for the @testWith annotation cannot be parsed:/…
541 …$this->expectExceptionMessageRegExp('/^The dataset for the @testWith annotation cannot be parsed:/…
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Framework/
H A DTestCaseTest.php250 $test->expectExceptionMessageRegExp('/runtime .*? occurred/');
262 $test->expectExceptionMessageRegExp('/logic .*? occurred/');
278 $test->expectExceptionMessageRegExp('#runtime .*? occurred/');
/plugin/findologicxmlexport/vendor/symfony/yaml/Tests/
H A DInlineTest.php628 $this->expectExceptionMessageRegExp($expectedMessage);
H A DParserTest.php1361 $this->expectExceptionMessageRegExp($expectedMessage);
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/
H A DTestCase.php617 public function expectExceptionMessageRegExp($messageRegExp) function in PHPUnit_Framework_TestCase
656 $this->expectExceptionMessageRegExp($expectedException['message_regex']);