ActivityLog\Model\Event\CollectionTest::testGetEvents PHP Method

testGetEvents() public method

Test
public testGetEvents ( ) : void
return void
    public function testGetEvents()
    {
        $model = new Model();
        $model->setContent('test');
        $model->setTemplateId(1);
        $model->save();
        $this->assertInternalType('array', $this->object->getEvents());
    }