mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-01-20 07:43:18 +01:00
Fix bad test
This commit is contained in:
@@ -84,7 +84,7 @@ class ActionCommTest extends PHPUnit\Framework\TestCase
|
||||
$db->begin(); // This is to have all actions inside a transaction even if test launched without suite.
|
||||
|
||||
if (empty($conf->agenda->enabled)) {
|
||||
print __METHOD__." module agenda must be enabled.\n"; die();
|
||||
print __METHOD__." module agenda must be enabled.\n"; die(1);
|
||||
}
|
||||
|
||||
print __METHOD__."\n";
|
||||
|
||||
Reference in New Issue
Block a user