Searched refs:expectExceptionMessageRegExp (Results 1 – 6 of 6) sorted by relevance
398 $this->expectExceptionMessageRegExp('#^"from" must be an array or string\.$#');411 $this->expectExceptionMessageRegExp('#^"to" must be an array or string\.$#');
531 …$this->expectExceptionMessageRegExp('/^The dataset for the @testWith annotation cannot be parsed:/…541 …$this->expectExceptionMessageRegExp('/^The dataset for the @testWith annotation cannot be parsed:/…
250 $test->expectExceptionMessageRegExp('/runtime .*? occurred/');262 $test->expectExceptionMessageRegExp('/logic .*? occurred/');278 $test->expectExceptionMessageRegExp('#runtime .*? occurred/');
628 $this->expectExceptionMessageRegExp($expectedMessage);
1361 $this->expectExceptionMessageRegExp($expectedMessage);
617 public function expectExceptionMessageRegExp($messageRegExp) function in PHPUnit_Framework_TestCase656 $this->expectExceptionMessageRegExp($expectedException['message_regex']);