Home
last modified time | relevance | path

Searched refs:PHPUnit_Framework_Constraint_StringMatches (Results 1 – 3 of 3) sorted by relevance

/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/Constraint/
H A DStringMatches.php16 class PHPUnit_Framework_Constraint_StringMatches extends PHPUnit_Framework_Constraint_PCREMatch class
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/
H A DAssert.php1710 $constraint = new PHPUnit_Framework_Constraint_StringMatches($format);
1733 new PHPUnit_Framework_Constraint_StringMatches($format)
1754 $constraint = new PHPUnit_Framework_Constraint_StringMatches(
1777 new PHPUnit_Framework_Constraint_StringMatches(
2690 * @return PHPUnit_Framework_Constraint_StringMatches
2694 return new PHPUnit_Framework_Constraint_StringMatches($string);
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/Assert/
H A DFunctions.php1971 * @return PHPUnit_Framework_Constraint_StringMatches