phpExtRef = new ReflectionExtension('Reflection'); $this->phpExtSpl = new ReflectionExtension('Spl'); $this->extRef = new ezcReflectionExtension($this->phpExtRef); $this->extSpl = new ezcReflectionExtension($this->phpExtSpl); } public static function suite() { return new PHPUnit_Framework_TestSuite( "ezcReflectionExtensionExternalTest" ); } } ?>