PopTest\Pdf\PdfParentTest::testConstructor PHP Method

testConstructor() public method

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