Searched refs:matchesRegularExpression (Results 1 – 4 of 4) sorted by relevance
1958 $constraint = PHPUnit_Framework_Assert::matchesRegularExpression('/foo/');1985 $constraint = PHPUnit_Framework_Assert::matchesRegularExpression('/foo/');2008 PHPUnit_Framework_Assert::matchesRegularExpression('/foo/')2037 PHPUnit_Framework_Assert::matchesRegularExpression('/foo/')
2923 $this->assertThat('foobar', $this->matchesRegularExpression('/foo/'));
1988 function matchesRegularExpression($pattern) function
2680 public static function matchesRegularExpression($pattern) function in PHPUnit_Framework_Assert