ActivityLog\Model\Event\ModelTest::testSave PHP Method

testSave() public method

Test
public testSave ( ) : void
return void
    public function testSave()
    {
        $this->object->setContent('test');
        $this->object->setTemplateId(1);
        $this->assertInternalType('integer', $this->object->save());
        $this->object->delete();
    }