Home
last modified time | relevance | path

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

/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/
H A DAssert.php2572 public static function classHasAttribute($attributeName) function in PHPUnit_Framework_Assert
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/Assert/
H A DFunctions.php1601 function classHasAttribute($attributeName) function
/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Framework/
H A DAssertTest.php2848 $this->classHasAttribute('publicAttribute')
H A 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')