Home
last modified time | relevance | path

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

/plugin/findologicxmlexport/vendor/phpunit/phpunit/tests/Framework/
H A DAssertTest.php2034 $this->getObjectAttribute(null, 'foo');
2042 $this->getObjectAttribute(new stdClass, null);
2050 $this->getObjectAttribute(new stdClass, '0');
2058 $this->getObjectAttribute(new stdClass, 'foo');
2065 $this->getObjectAttribute(new ClassWithNonPublicAttributes, 'privateParentAttribute')
/plugin/findologicxmlexport/vendor/phpunit/phpunit/src/Framework/
H A DAssert.php2791 return static::getObjectAttribute(
2863 public static function getObjectAttribute($object, $attributeName) function in PHPUnit_Framework_Assert