Fix bad test

This commit is contained in:
Laurent Destailleur
2021-05-12 08:42:33 +02:00
parent dd7ed720e5
commit 4da5aeedf4
17 changed files with 28 additions and 28 deletions

View File

@@ -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";