PopTest\Pdf\RootTest::testConstructor PHP Метод

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

public testConstructor ( )
    public function testConstructor()
    {
        $this->assertInstanceOf('Pop\\Pdf\\Object\\Root', new Root());
    }