From 70546a578baa0366612131e068d29c4339a63e3a Mon Sep 17 00:00:00 2001 From: lbrun <lbrun@afi-sa.fr> Date: Tue, 22 Sep 2015 16:55:41 +0200 Subject: [PATCH] rel #29788 update test --- .../modules/opac/controllers/NoticeAjaxControllerTest.php | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/tests/application/modules/opac/controllers/NoticeAjaxControllerTest.php b/tests/application/modules/opac/controllers/NoticeAjaxControllerTest.php index 79093131574..1ff1ebee452 100644 --- a/tests/application/modules/opac/controllers/NoticeAjaxControllerTest.php +++ b/tests/application/modules/opac/controllers/NoticeAjaxControllerTest.php @@ -2079,6 +2079,10 @@ class NoticeAjaxControllerRessourceEpubPictoTypeTest extends AbstractControllerT $this->_response->getBody()); } + + public function tearDown() { + Class_Profil_Skin::setFileSystem(null); + } } ?> \ No newline at end of file -- GitLab