PopTest\Pdf\ImportTest::testConstructor PHP 메소드

testConstructor() 공개 메소드

public testConstructor ( )
    public function testConstructor()
    {
        $this->assertInstanceOf('Pop\\Pdf\\Import', new Import(__DIR__ . '/../tmp/test.pdf'));
    }