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

fix tests failures du to default volatile

parent 69259320
Branches
Tags
5 merge requests!715Master,!686Dev#17514 indexation refactoring,!649Dev#19675 improve display articles and sito in kiosque,!630Dev#17514 indexation refactoring,!618Dev #17514 indexation paniers domaines
......@@ -301,6 +301,7 @@ abstract class ProfilOptionsControllerWithProfilAdulteTestCase extends AbstractC
class ProfilOptionsControllerProfilAdulteWithCacheTest extends ProfilOptionsControllerWithProfilAdulteTestCase {
public function setUp(){
parent::setUp();
Storm_Model_Loader::defaultToDb();
$this->fixture('Class_AdminVar', ['id'=>'AFFICHER_DISPONIBILITE_SUR_RECHERCHE', 'valeur'=>1] );
$this->fixture('Class_AdminVar', ['id'=>'CACHE_ACTIF', 'valeur'=>1] );
$this->dispatch('/');
......
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