export() public static method

{@inheritDoc}
public static export ( $class, $name, $return = null )
 public function testExport()
 {
     $this->expectException(\Exception::class);
     $this->expectExceptionMessage('Unable to export statically');
     ReflectionMethodAdapter::export('\\stdClass', 'foo');
 }