Home
last modified time | relevance | path

Searched refs:attributeEqualTo (Results 1 – 4 of 4) sorted by relevance

/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Framework/
H A DConstraintTest.php2715 $constraint = PHPUnit_Framework_Assert::attributeEqualTo('foo', 1);
2721 $constraint = PHPUnit_Framework_Assert::attributeEqualTo('foo', 2);
2746 $constraint = PHPUnit_Framework_Assert::attributeEqualTo('foo', 2);
2770 PHPUnit_Framework_Assert::attributeEqualTo('foo', 2)
2778 PHPUnit_Framework_Assert::attributeEqualTo('foo', 1)
2805 PHPUnit_Framework_Assert::attributeEqualTo('foo', 1)
H A DAssertTest.php2764 $this->attributeEqualTo('publicAttribute', 'foo')
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/Assert/
H A DFunctions.php1571 function attributeEqualTo($attributeName, $value, $delta = 0.0, $maxDepth = 10, $canonicalize = fal… function
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/
H A DAssert.php2472 …public static function attributeEqualTo($attributeName, $value, $delta = 0.0, $maxDepth = 10, $can… function in PHPUnit_Framework_Assert