setConfig() public method

Set Configuration
public setConfig ( mixed $value ) : AbstractEditor
$value mixed Value
return AbstractEditor
Beispiel #1
0
 /**
  * Test
  *
  * @return void
  */
 public function testSetConfig()
 {
     $this->object->setConfig('s:19:"AbstractEditorTest2";');
     $this->assertEquals('AbstractEditorTest2', $this->object->getConfig());
 }