Fix #1572 : Add configuration customization

This commit is contained in:
Romain Neutron
2013-11-14 11:16:51 +01:00
parent 943e174aed
commit 22168ba3bf
3 changed files with 42 additions and 1 deletions

View File

@@ -201,6 +201,7 @@ abstract class PhraseanetPHPUnitAbstract extends WebTestCase
return new Client($DI['app'], array());
});
self::$DI['user']->purgePreferences();
}
public function tearDown()