2
0
forked from Wavyzz/dolibarr

Fix phpunit

This commit is contained in:
Laurent Destailleur
2025-05-22 17:01:13 +02:00
parent 3589c35489
commit 30b8237a52

View File

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