ActivityLog\Model\Event\CollectionTest::testGetEvents PHP Метод

testGetEvents() публичный метод

Test
public testGetEvents ( ) : void
Результат void
    public function testGetEvents()
    {
        $model = new Model();
        $model->setContent('test');
        $model->setTemplateId(1);
        $model->save();
        $this->assertInternalType('array', $this->object->getEvents());
    }