Home
last modified time | relevance | path

Searched refs:objectHasAttribute (Results 1 – 4 of 4) sorted by last modified time

/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/
H A DAssert.php2601 public static function objectHasAttribute($attributeName) function in PHPUnit_Framework_Assert
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Framework/
H A DAssertTest.php2864 $this->objectHasAttribute('publicAttribute')
H A DConstraintTest.php1856 $constraint = PHPUnit_Framework_Assert::objectHasAttribute('privateAttribute');
1883 $constraint = PHPUnit_Framework_Assert::objectHasAttribute('privateAttribute');
1906 PHPUnit_Framework_Assert::objectHasAttribute('privateAttribute')
1935 PHPUnit_Framework_Assert::objectHasAttribute('privateAttribute')
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/Assert/
H A DFunctions.php2016 function objectHasAttribute($attributeName) function