From 39770eec8805756fedaa203bb89db25d56dbabbe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Maur=C3=ADcio=20Meneghini=20Fauth?= Date: Tue, 17 Dec 2019 20:16:20 -0300 Subject: [PATCH] Fix Plugins/Auth/AuthenticationCookieTest.php MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Related to commit 9f32a895b5d6fc71881812776ddd5501fc56f828. Signed-off-by: MaurĂ­cio Meneghini Fauth --- test/classes/Plugins/Auth/AuthenticationCookieTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/classes/Plugins/Auth/AuthenticationCookieTest.php b/test/classes/Plugins/Auth/AuthenticationCookieTest.php index d30fbd01c0..e029a67756 100644 --- a/test/classes/Plugins/Auth/AuthenticationCookieTest.php +++ b/test/classes/Plugins/Auth/AuthenticationCookieTest.php @@ -338,7 +338,7 @@ class AuthenticationCookieTest extends PmaTestCase $this->assertStringContainsString( '', + . ' data-callback="Functions_recaptchaCallback" value="Go" type="submit" id="input_go">', $result ); }