Refacto Menu Horizontal
Remove a lot of BASE_URL Add tests for all menu entries Delete controller Etagere, Catalogue / Tags not used
Merge request reports
Activity
Filter activity
30 30 protected $_isPhone = false; 31 31 32 32 /** @var string */ 33 protected $_url = '/panier'; 33 protected $_url = ['controller' => 'panier', 34 'action' => 'index']; 80 80 $_SERVER['REMOTE_ADDR'] = '127.0.0.1'; 81 81 82 82 83 //Initialize the router for tests that do not rely on dispatch 84 Zend_Controller_Front::getInstance()->getRouter()->route(new Zend_Controller_Request_Http('http://localhost/')); 32 32 RessourcesNumeriquesFixtures::activateMusicMe(); 33 33 RessourcesNumeriquesFixtures::activateToutApprendre(); 34 34 35 // For Class_Url a router need to be initialized 36 Zend_Controller_Front::getInstance()
Please register or sign in to reply