PopTest\Paginator\PaginatorTest::testConstructor PHP Method

testConstructor() public method

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