Skip to content
Snippets Groups Projects
Commit 59fffc6b authored by llaffont's avatar llaffont
Browse files

Correction test biographie téléphone

parent 03c96c06
Branches
Tags
No related merge requests found
......@@ -135,6 +135,7 @@ abstract class AbstractControllerTestCase extends Zend_Test_PHPUnit_ControllerTe
Class_AdminVar::newInstanceWithId('GOOGLE_ANALYTICS', ['valeur' => '']);
ZendAfi_Controller_Action_Helper_TrackEvent::setDefaultWebAnalyticsClient(null);
Storm_Cache::setDefaultZendCache(null);
Class_WebService_AllServices::setHttpClient(null);
}
......@@ -144,6 +145,7 @@ abstract class AbstractControllerTestCase extends Zend_Test_PHPUnit_ControllerTe
Class_Codification::resetInstance();
Class_MoteurRecherche::resetInstance();
Class_WebService_Abstract::resetHttpClient();
Class_WebService_AllServices::setHttpClient(null);
Class_I18n::reset();
}
......
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