Update ActionCommTest.php

This commit is contained in:
Frédéric FRANCE 2018-06-10 10:32:28 +02:00 committed by GitHub
parent dd759dc92f
commit ee72823c82
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -77,7 +77,7 @@ class ActionCommTest extends PHPUnit_Framework_TestCase
global $conf,$user,$langs,$db;
$db->begin(); // This is to have all actions inside a transaction even if test launched without suite.
if (empty($conf->accounting->enabled)) { print __METHOD__." module accouting must be enabled.\n"; die(); }
if (empty($conf->agenda->enabled)) { print __METHOD__." module agenda must be enabled.\n"; die(); }
print __METHOD__."\n";
}