mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-02-14 08:54:21 +01:00
Fix with php-cs-fixer
This commit is contained in:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user