2
0
forked from Wavyzz/dolibarr

Fix sql errors

This commit is contained in:
Laurent Destailleur
2023-09-09 21:16:58 +02:00
parent 7d1a456a2b
commit bc71380410
5 changed files with 19 additions and 12 deletions

View File

@@ -126,6 +126,9 @@ class SecurityTest extends PHPUnit\Framework\TestCase
global $conf,$user,$langs,$db;
$db->rollback();
// Restore value to a neutral value (it was set to a test value by some tests)
unset($_SERVER["PHP_SELF"]);
print __METHOD__."\n";
}