From 52b521cd6c5fa610bc8849d29229e11e902e533c Mon Sep 17 00:00:00 2001 From: Patrick Barroca <pbarroca@afi-sa.fr> Date: Wed, 11 Jan 2017 18:02:38 +0100 Subject: [PATCH] dev #45275 fix failures --- .../modules/admin/controllers/SitothequeControllerTest.php | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/tests/application/modules/admin/controllers/SitothequeControllerTest.php b/tests/application/modules/admin/controllers/SitothequeControllerTest.php index 3a7cd2a7c6a..c679d53f63a 100644 --- a/tests/application/modules/admin/controllers/SitothequeControllerTest.php +++ b/tests/application/modules/admin/controllers/SitothequeControllerTest.php @@ -394,7 +394,9 @@ class SitothequeControllerSitoPostEditLeMondeTest extends SitothequeControllerTe public function setUp() { parent::setUp(); - $this->postDispatch('/admin/sito/edit/id/23', ['titre' => 'Times']); + $this->postDispatch('/admin/sito/edit/id/23', + ['titre' => 'Times', + 'url' => 'http://times.com']); Class_Sitotheque::clearCache(); $this->_le_monde = Class_Sitotheque::find(23); } -- GitLab