Searched refs:getStaticAttribute (Results 1 – 2 of 2) sorted by relevance
1994 $this->getStaticAttribute(null, 'foo');2002 $this->getStaticAttribute('NotExistingClass', 'foo');2010 $this->getStaticAttribute('stdClass', null);2018 $this->getStaticAttribute('stdClass', '0');2026 $this->getStaticAttribute('stdClass', 'foo');
2786 return static::getStaticAttribute(2814 public static function getStaticAttribute($className, $attributeName) function in PHPUnit_Framework_Assert