From 12dfaafa3124ccc0826da8fd0a359bfbb3d921e0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maur=C3=ADcio=20Meneghini=20Fauth?= Date: Wed, 15 Aug 2018 23:27:45 -0300 Subject: [PATCH] Fix Plugins/Auth/AuthenticationCookieTest tests MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: MaurĂ­cio Meneghini Fauth --- test/classes/Plugins/Auth/AuthenticationCookieTest.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/test/classes/Plugins/Auth/AuthenticationCookieTest.php b/test/classes/Plugins/Auth/AuthenticationCookieTest.php index f18c26e5ab..ba4e233739 100644 --- a/test/classes/Plugins/Auth/AuthenticationCookieTest.php +++ b/test/classes/Plugins/Auth/AuthenticationCookieTest.php @@ -221,7 +221,7 @@ class AuthenticationCookieTest extends PmaTestCase $this->assertContains( '
', + 'class="disableAjax hide login js-show">', $result ); @@ -324,7 +324,7 @@ class AuthenticationCookieTest extends PmaTestCase $this->assertContains( '', + 'autocomplete="off" class="disableAjax hide login js-show">', $result );