BetterReflectionTest\Reflection\Adapter\ReflectionMethodTest::testExport PHP Метод

testExport() публичный Метод

public testExport ( )
    public function testExport()
    {
        $this->expectException(\Exception::class);
        $this->expectExceptionMessage('Unable to export statically');
        ReflectionMethodAdapter::export('\\stdClass', 'foo');
    }