export() public static method

public static export ( )
 public function testExportThrowsException()
 {
     $this->setExpectedException(\Exception::class);
     ReflectionFunctionAbstract::export();
 }