Home
last modified time | relevance | path

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

/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/
H A DAssert.php1375 $constraint = new PHPUnit_Framework_Constraint_IsIdentical(
1416 new PHPUnit_Framework_Constraint_IsIdentical($expected)
2613 * @return PHPUnit_Framework_Constraint_IsIdentical
2617 return new PHPUnit_Framework_Constraint_IsIdentical($value);
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/Assert/
H A DFunctions.php1775 * @return PHPUnit_Framework_Constraint_IsIdentical
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/Constraint/
H A DIsIdentical.php22 class PHPUnit_Framework_Constraint_IsIdentical extends PHPUnit_Framework_Constraint class