public function testBeforeSave() { $this->mockModel(); $this->model->setTemplateCode('test template code'); $this->model->beforeSave(); }