Skip to content
Snippets Groups Projects
Commit 52b521cd authored by Patrick Barroca's avatar Patrick Barroca :grin:
Browse files

dev #45275 fix failures

parent c2f57800
Branches
Tags
4 merge requests!2080Sandbox detach zf from storm,!2061Master,!1989Dev#45275 3155 contractuel application nouvelle methode d edition par lot des articles aux collections,!1959Dev#45275 3155 contractuel application nouvelle methode d edition par lot des articles aux collections
Pipeline #226 passed with stage
in 10 minutes and 37 seconds
......@@ -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);
}
......
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