Home
last modified time | relevance | path

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

/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/Constraint/
H A DPCREMatch.php20 class PHPUnit_Framework_Constraint_PCREMatch extends PHPUnit_Framework_Constraint class
H A DStringMatches.php16 class PHPUnit_Framework_Constraint_StringMatches extends PHPUnit_Framework_Constraint_PCREMatch
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/
H A DAssert.php1606 $constraint = new PHPUnit_Framework_Constraint_PCREMatch($pattern);
1629 new PHPUnit_Framework_Constraint_PCREMatch($pattern)
2678 * @return PHPUnit_Framework_Constraint_PCREMatch
2682 return new PHPUnit_Framework_Constraint_PCREMatch($pattern);
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/Assert/
H A DFunctions.php1986 * @return PHPUnit_Framework_Constraint_PCREMatch