From fc8534bf8b91e2ea3b139e740970ee7ecd66aae5 Mon Sep 17 00:00:00 2001 From: llaffont <llaffont@afi-sa.fr> Date: Thu, 11 Dec 2014 14:24:26 +0100 Subject: [PATCH] dev #17649 webservice update availability fix tests --- .../modules/opac/controllers/NoticeAjaxControllerTest.php | 7 ++++--- tests/library/Class/UserGroupTest.php | 2 ++ 2 files changed, 6 insertions(+), 3 deletions(-) diff --git a/tests/application/modules/opac/controllers/NoticeAjaxControllerTest.php b/tests/application/modules/opac/controllers/NoticeAjaxControllerTest.php index e0673a50f3a..1ae931a782b 100644 --- a/tests/application/modules/opac/controllers/NoticeAjaxControllerTest.php +++ b/tests/application/modules/opac/controllers/NoticeAjaxControllerTest.php @@ -481,7 +481,9 @@ abstract class NoticeAjaxControllerExemplairesTestCase extends AbstractControlle $mock_sql = Storm_Test_ObjectWrapper::on(Zend_Registry::get('sql')); Zend_Registry::set('sql', $mock_sql); - $this->fixture('Class_IntBib', ['id' => 4,'comm_sigb' => Class_IntBib::COM_NANOOK]); + $this->fixture('Class_IntBib', ['id' => 4, + 'comm_sigb' => Class_IntBib::COM_NANOOK, + 'comm_params' => serialize(['url_serveur' => ''])]); $this->fixture('Class_bib', ['id' => 99, ]); @@ -520,12 +522,11 @@ class NoticeAjaxControllerExemplairesWithIdBibs extends NoticeAjaxControllerExem public function setUp() { parent::setUp(); - $this->_notice->addExemplaire( $this->fixture('Class_Exemplaire', ['id' =>777, 'id_bib' => 77, - 'id_int_bib' => 4, + 'id_int_bib' => 0, 'id_notice' => 123, 'annexe' => 'MOUL', 'section' => 'A9', diff --git a/tests/library/Class/UserGroupTest.php b/tests/library/Class/UserGroupTest.php index 19dc12c2d79..6279c865aed 100644 --- a/tests/library/Class/UserGroupTest.php +++ b/tests/library/Class/UserGroupTest.php @@ -23,6 +23,8 @@ abstract class UserGroupsTestCase extends Storm_Test_ModelTestCase { public function setUp() { parent::setUp(); + Class_SessionFormation::beVolatile(); + $this->_florence = $this->fixture('Class_Users', ['id' => 1, 'login' => 'flo', -- GitLab