Blog\Model\CommentTest::testGetDocumentList PHP Method

testGetDocumentList() public method

Test
public testGetDocumentList ( ) : void
return void
    public function testGetDocumentList()
    {
        $data = array('message' => 'test', 'username' => 'test', 'email' => '[email protected]');
        $this->object->add($data, $this->document->getId());
        $this->assertInternalType('array', $this->object->getDocumentList());
    }