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