Home
last modified time | relevance | path

Searched refs:getStaticAttribute (Results 1 – 2 of 2) sorted by relevance

/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Framework/
H A DAssertTest.php1994 $this->getStaticAttribute(null, 'foo');
2002 $this->getStaticAttribute('NotExistingClass', 'foo');
2010 $this->getStaticAttribute('stdClass', null);
2018 $this->getStaticAttribute('stdClass', '0');
2026 $this->getStaticAttribute('stdClass', 'foo');
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/
H A DAssert.php2786 return static::getStaticAttribute(
2814 public static function getStaticAttribute($className, $attributeName) function in PHPUnit_Framework_Assert