Наследование: extends ReflectionClass
 public function testExport()
 {
     $exported = ReflectionClassAdapter::export('\\stdClass');
     $this->assertInternalType('string', $exported);
     $this->assertContains('stdClass', $exported);
 }