Inheritance: extends Gc\Datatype\AbstractDatatype\AbstractEditor
Beispiel #1
0
 /**
  * Test
  *
  * @return void
  */
 public function testLoad()
 {
     $this->object->setConfig(array('is_multiple' => true));
     $this->object->setValue('value');
     $this->assertInternalType('array', $this->object->load());
 }