Home
last modified time | relevance | path

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

/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Framework/
H A DConstraintTest.php1754 $constraint = PHPUnit_Framework_Assert::classHasStaticAttribute('privateStaticAttribute');
1781 $constraint = PHPUnit_Framework_Assert::classHasStaticAttribute('foo');
1804 PHPUnit_Framework_Assert::classHasStaticAttribute('privateStaticAttribute')
1833 PHPUnit_Framework_Assert::classHasStaticAttribute('privateStaticAttribute')
H A DAssertTest.php2856 $this->classHasStaticAttribute('publicStaticAttribute')
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/Assert/
H A DFunctions.php1617 function classHasStaticAttribute($attributeName) function
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/
H A DAssert.php2587 public static function classHasStaticAttribute($attributeName) function in PHPUnit_Framework_Assert