Home
last modified time | relevance | path

Searched refs:identicalTo (Results 1 – 5 of 5) sorted by path

/plugin/findologicxmlexport/vendor/phpunit/phpunit-mock-objects/tests/
H A DMockObjectTest.php569 ->with($this->logicalNot($this->identicalTo($x)));
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/
H A DAssert.php2615 public static function identicalTo($value) function in PHPUnit_Framework_Assert
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/Assert/
H A DFunctions.php1777 function identicalTo($value) function
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Framework/
H A DAssertTest.php2876 $constraint = $this->identicalTo($value);
H A DConstraintTest.php904 $constraint = PHPUnit_Framework_Assert::identicalTo($a);
933 $constraint = PHPUnit_Framework_Assert::identicalTo($a);
955 $constraint = PHPUnit_Framework_Assert::identicalTo('a');
986 PHPUnit_Framework_Assert::identicalTo($a)
1016 PHPUnit_Framework_Assert::identicalTo($a)
1040 PHPUnit_Framework_Assert::identicalTo('a')