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

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

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