mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-02-08 00:52:01 +01:00
Fix with php-cs-fixer
This commit is contained in:
@@ -76,7 +76,8 @@ class RestAPIUserTest extends PHPUnit\Framework\TestCase
|
||||
$this->savdb=$db;
|
||||
|
||||
if (!isModEnabled('api')) {
|
||||
print __METHOD__." module api must be enabled.\n"; die(1);
|
||||
print __METHOD__." module api must be enabled.\n";
|
||||
die(1);
|
||||
}
|
||||
|
||||
print __METHOD__." db->type=".$db->type." user->id=".$user->id;
|
||||
|
||||
Reference in New Issue
Block a user