From b3043ab3d6dca03a9bb3840b166eea6ccebf3c1d Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Sun, 22 Aug 2021 01:20:25 +0200 Subject: [PATCH] Fix phpunit --- test/phpunit/SecurityTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/phpunit/SecurityTest.php b/test/phpunit/SecurityTest.php index 44b391148f5..87edca884e4 100644 --- a/test/phpunit/SecurityTest.php +++ b/test/phpunit/SecurityTest.php @@ -506,7 +506,7 @@ class SecurityTest extends PHPUnit\Framework\TestCase $result=GETPOST("param14", 'restricthtml'); print __METHOD__." result=".$result."\n"; - $this->assertEquals("Text with ' encoded with the numeric html entity converted into text entity ' (like when submited by CKEditor)", $result, 'Test 14'); + $this->assertEquals("Text with ' encoded with the numeric html entity converted into text entity ' (like when submited by CKEditor)", $result, 'Test 14'); $result=GETPOST("param15", 'restricthtml'); // src=>0xbeefed print __METHOD__." result=".$result."\n";