Searched refs:classHasStaticAttribute (Results 1 – 4 of 4) sorted by relevance
1754 $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')
2856 $this->classHasStaticAttribute('publicStaticAttribute')
1617 function classHasStaticAttribute($attributeName) function
2587 public static function classHasStaticAttribute($attributeName) function in PHPUnit_Framework_Assert