Merge pull request #8941 from frederic34/patch-10

Fix Travis AllTests.php
This commit is contained in:
Laurent Destailleur 2018-06-13 20:09:36 +02:00 committed by GitHub
commit 5d8b46fcdc
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";
}