Exemplo n.º 1
0
 public function testGetWysiwygJsPluginSrc()
 {
     $src = $this->_model->getWysiwygJsPluginSrc();
     $this->assertStringStartsWith('http://localhost/pub/static/adminhtml/Magento/backend/en_US/mage/adminhtml/', $src);
     $this->assertStringEndsWith('editor_plugin.js', $src);
 }