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

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

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