Home
last modified time | relevance | path

Searched refs:PHPUnit_Util_Regex (Results 1 – 4 of 4) sorted by last modified time

/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Runner/Filter/
H A DTest.php42 if (PHPUnit_Util_Regex::pregMatchSafe($filter, '') === false) {
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/Constraint/
H A DExceptionMessageRegExp.php37 … $match = PHPUnit_Util_Regex::pregMatchSafe($this->expectedMessageRegExp, $other->getMessage());
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Util/
H A DRegex.php14 class PHPUnit_Util_Regex class
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Util/
H A DRegexTest.php37 $this->assertEquals($return, PHPUnit_Util_Regex::pregMatchSafe($pattern, $subject));
45 $this->assertFalse(PHPUnit_Util_Regex::pregMatchSafe($pattern, $subject));