]> git.agnieray.net Git - galette.git/blobdiff - tests/Galette/Repository/tests/units/Reminders.php
Improve Mailing constructor
[galette.git] / tests / Galette / Repository / tests / units / Reminders.php
index 449df41092ca6a221000bfed67553e295636f662..9e1eb6d24d0e42f942b80ba79ff784c030bf48d2 100644 (file)
@@ -102,7 +102,7 @@ class Reminders extends atoum
         );
         $this->session = new \RKA\Session();
         $this->login = new \Galette\Core\Login($this->zdb, $this->i18n, $this->session);
-        $this->history = new \Galette\Core\History($this->zdb, $this->login);
+        $this->history = new \Galette\Core\History($this->zdb, $this->login, $this->preferences);
 
         global $zdb, $login, $hist, $i18n; // globals :(
         $zdb = $this->zdb;