Blog\Model\CommentTest::testGetList PHP Method

testGetList() public method

Test
public testGetList ( ) : void
return void
    public function testGetList()
    {
        $this->assertInternalType('array', $this->object->getList(1));
    }