From 18b586ef341259209268d219384746ce97aeb5d3 Mon Sep 17 00:00:00 2001 From: Seamus Lee Date: Thu, 28 Mar 2019 09:25:31 +1100 Subject: [PATCH] Update test to alter to changed output based on new htmlpurifier --- tests/phpunit/CRM/Utils/StringTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/phpunit/CRM/Utils/StringTest.php b/tests/phpunit/CRM/Utils/StringTest.php index 0b94f57981..472655b06b 100644 --- a/tests/phpunit/CRM/Utils/StringTest.php +++ b/tests/phpunit/CRM/Utils/StringTest.php @@ -356,7 +356,7 @@ class CRM_Utils_StringTest extends CiviUnitTestCase { public function purifyHTMLProvider() { $tests = []; $tests[] = ['HOVER', 'HOVER']; - $tests[] = ['hello', 'hello']; + $tests[] = ['hello', 'hello']; return $tests; } -- 2.25.1