mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-01-20 15:53:16 +01:00
Fix bad test
This commit is contained in:
@@ -83,7 +83,7 @@ class UserTest extends PHPUnit\Framework\TestCase
|
||||
global $conf,$user,$langs,$db;
|
||||
|
||||
if (! empty($conf->global->MAIN_MODULE_LDAP)) {
|
||||
print "\n".__METHOD__." module LDAP must be disabled.\n"; die();
|
||||
print "\n".__METHOD__." module LDAP must be disabled.\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