From 30b8237a52b447d78be191d4b32a30b7aaef82d0 Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Thu, 22 May 2025 17:01:13 +0200 Subject: [PATCH] Fix phpunit --- test/phpunit/SecurityGETPOSTTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/phpunit/SecurityGETPOSTTest.php b/test/phpunit/SecurityGETPOSTTest.php index ec176634c4e..0cc2c9f5014 100644 --- a/test/phpunit/SecurityGETPOSTTest.php +++ b/test/phpunit/SecurityGETPOSTTest.php @@ -507,7 +507,7 @@ class SecurityGETPOSTTest extends CommonClassTest // Test that links not on wrapper and not data are disallowed $result = GETPOST("paramtestsubstit", 'alphanohtml'); print __METHOD__." result=".$result."\n"; - $this->assertEquals('XXX XXX 999 XXX 1 XXX 1 XXX', $result, 'Failed to do conversion'); + $this->assertEquals('XXX __NOTDEFINED__ XXX 999 XXX 1 XXX 1 XXX', $result, 'Failed to do conversion'); return $result;