Exemple #1
0
 public function testGetWysiwygJsPluginSrc()
 {
     $src = $this->_model->getWysiwygJsPluginSrc();
     $this->assertStringStartsWith('http://localhost/pub/lib/', $src);
     $this->assertStringEndsWith('editor_plugin.js', $src);
 }
 /**
  * 
  * @config array
  */
 public function getWysiwygPluginSettings($config)
 {
     return parent::getWysiwygPluginSettings($config);
 }