Home
last modified time | relevance | path

Searched refs:matchesRegularExpression (Results 1 – 4 of 4) sorted by relevance

/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Framework/
H A DConstraintTest.php1958 $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/')
H A DAssertTest.php2923 $this->assertThat('foobar', $this->matchesRegularExpression('/foo/'));
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/Assert/
H A DFunctions.php1988 function matchesRegularExpression($pattern) function
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/
H A DAssert.php2680 public static function matchesRegularExpression($pattern) function in PHPUnit_Framework_Assert