Home
last modified time | relevance | path

Searched refs:PHPUnit_Framework_Constraint_IsInfinite (Results 1 – 2 of 2) sorted by path

/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/
H A DAssert.php2350 * @return PHPUnit_Framework_Constraint_IsInfinite
2354 return new PHPUnit_Framework_Constraint_IsInfinite;
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/Constraint/
H A DIsInfinite.php14 class PHPUnit_Framework_Constraint_IsInfinite extends PHPUnit_Framework_Constraint class