Home
last modified time | relevance | path

Searched refs:PHPUnit_Framework_Constraint_StringEndsWith (Results 1 – 3 of 3) sorted by last modified time

/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/
H A DAssert.php1850 $constraint = new PHPUnit_Framework_Constraint_StringEndsWith($suffix);
1873 new PHPUnit_Framework_Constraint_StringEndsWith($suffix)
2727 * @return PHPUnit_Framework_Constraint_StringEndsWith
2731 return new PHPUnit_Framework_Constraint_StringEndsWith($suffix);
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/Assert/
H A DFunctions.php2138 * @return PHPUnit_Framework_Constraint_StringEndsWith
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/Constraint/
H A DStringEndsWith.php15 class PHPUnit_Framework_Constraint_StringEndsWith extends PHPUnit_Framework_Constraint class