Home
last modified time | relevance | path

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

/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Framework/
DConstraintTest.php1652 $constraint = PHPUnit_Framework_Assert::classHasAttribute('privateAttribute');
1679 $constraint = PHPUnit_Framework_Assert::classHasAttribute('privateAttribute');
1702 PHPUnit_Framework_Assert::classHasAttribute('privateAttribute')
1731 PHPUnit_Framework_Assert::classHasAttribute('privateAttribute')
DAssertTest.php2848 $this->classHasAttribute('publicAttribute')
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/Assert/
DFunctions.php1601 function classHasAttribute($attributeName) function
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/
DAssert.php2572 public static function classHasAttribute($attributeName) function in PHPUnit_Framework_Assert