PopTest\Paginator\PaginatorTest::testConstructor PHP 메소드

testConstructor() 공개 메소드

public testConstructor ( )
    public function testConstructor()
    {
        $this->assertInstanceOf('Pop\\Paginator\\Paginator', new Paginator(array()));
        $this->assertInstanceOf('Pop\\Paginator\\Paginator', Paginator::factory(array()));
    }