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";