refProp = $class->getProperty( $this->refPropName ); $this->publicProperty = $class->getProperty( $this->publicPropertyName ); $this->actual['SomeClass']['undocumentedProperty'] = $class->getProperty( $this->undocumentedPropertyName ); } public static function suite() { return new PHPUnit_Framework_TestSuite( "ezcReflectionPropertyFromClassTest" ); } }