Home
last modified time | relevance | path

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

/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/
H A DAssert.php455 …public static function assertAttributeNotCount($expectedCount, $haystackAttributeName, $haystackCl… function in PHPUnit_Framework_Assert
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Framework/
H A DAssertTest.php3371 $this->assertAttributeNotCount(1, 'a', $o);
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/Assert/
H A DFunctions.php334 function assertAttributeNotCount($expectedCount, $haystackAttributeName, $haystackClassOrObject, $m… function