From e3843ab1a90830531cf246ae26081c0cc372b6dd Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Michal=20=C4=8Ciha=C5=99?= Date: Wed, 3 Feb 2016 19:56:18 +0100 Subject: [PATCH] Test with SID if set MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Michal Čihař --- test/classes/plugin/auth/AuthenticationHttpTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/classes/plugin/auth/AuthenticationHttpTest.php b/test/classes/plugin/auth/AuthenticationHttpTest.php index 20e5b81b33..8f08c86897 100644 --- a/test/classes/plugin/auth/AuthenticationHttpTest.php +++ b/test/classes/plugin/auth/AuthenticationHttpTest.php @@ -142,7 +142,7 @@ class AuthenticationHttpTest extends PMATestCase $this->doMockResponse( 0, 0, 0, - array('Location: http://phpmyadmin.net/logout') + array('Location: http://phpmyadmin.net/logout' . ((SID) ? SID : '')) ); }