Fix with php-cs-fixer

This commit is contained in:
Laurent Destailleur
2023-12-04 11:22:28 +01:00
parent 881e32f03a
commit de7d3c2bf8
37 changed files with 190 additions and 109 deletions

View File

@@ -85,7 +85,8 @@ class EntrepotTest extends PHPUnit\Framework\TestCase
global $conf,$user,$langs,$db;
if (!isModEnabled('stock')) {
print __METHOD__." Module Stock must be enabled.\n"; die(1);
print __METHOD__." Module Stock must be enabled.\n";
die(1);
}
$db->begin(); // This is to have all actions inside a transaction even if test launched without suite.