From 73d80afb289cede560730782d2525aeff50470da Mon Sep 17 00:00:00 2001
From: llaffont <llaffont@git-test.afi-sa.fr>
Date: Thu, 28 Nov 2013 16:30:25 +0000
Subject: [PATCH] =?UTF-8?q?Correction=20lib=C3=A9ration=20ZendAfi=5FAuth?=
 =?UTF-8?q?=20instance?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 tests/library/Class/UsersTest.php | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/tests/library/Class/UsersTest.php b/tests/library/Class/UsersTest.php
index 84071775893..c3c1c48e3a3 100644
--- a/tests/library/Class/UsersTest.php
+++ b/tests/library/Class/UsersTest.php
@@ -773,6 +773,12 @@ class UsersGetIdentityWithSessionErrorTest extends Storm_Test_ModelTestCase {
 			);
 		$this->assertNull(Class_Users::getIdentity());
 	}
+
+
+	public function tearDown() {
+		ZendAfi_Auth::setInstance(null);
+		parent::tearDown();
+	}
 }
 
 
-- 
GitLab