Searched refs:getObjectAttribute (Results 1 – 2 of 2) sorted by relevance
2034 $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')
2791 return static::getObjectAttribute(2863 public static function getObjectAttribute($object, $attributeName) function in PHPUnit_Framework_Assert