export() публичный статический Метод

{@inheritDoc}
public static export ( $argument, $return = false )
 public function testExport()
 {
     $exported = ReflectionClassAdapter::export('\\stdClass');
     $this->assertInternalType('string', $exported);
     $this->assertContains('stdClass', $exported);
 }