Exemplo n.º 1
0
 /**
  * Isolation level has been raised in order to flush themes configuration in-memory cache
  *
  * @magentoAppIsolation enabled
  */
 public function testViewDirective()
 {
     $url = $this->_model->viewDirective(array('{{view url="Mage_Page::favicon.ico"}}', 'view', ' url="Mage_Page::favicon.ico"'));
     $this->assertStringEndsWith('favicon.ico', $url);
 }