save() public method

Save Checkbox List prevalue editor
public save ( ) : void
return void
Example #1
0
 /**
  * Test
  *
  * @return void
  */
 public function testSave()
 {
     $this->object->getRequest()->getPost()->set('values', array('key' => 'value'));
     $this->assertNull($this->object->save());
 }