Skip to content
Snippets Groups Projects
Commit 440f67b8 authored by Ghislain Loas's avatar Ghislain Loas
Browse files

CIP #57952 add tearDown to abstract controller test case to reset scriptLoader

parent fceb4f77
Branches
Tags
2 merge requests!2334Master,!2079Dev#57952 cip priorisation des ecrans de config
Pipeline #1068 passed with stage
in 11 minutes and 23 seconds
......@@ -170,6 +170,7 @@ abstract class AbstractControllerTestCase extends Zend_Test_PHPUnit_ControllerTe
Storm_Model_Abstract::unsetLoaders();
Zend_Registry::set('sql', $this->_registry_sql);
Zend_Registry::set('cfg', $this->_registry_cfg);
Class_ScriptLoader::resetInstance();
Class_Codification::resetInstance();
Class_MoteurRecherche::resetInstance();
Class_WebService_Abstract::resetHttpClient();
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment