diff --git a/test/phpunit/ActionCommTest.php b/test/phpunit/ActionCommTest.php index 73a44c8b0fb..c3406d28bf7 100644 --- a/test/phpunit/ActionCommTest.php +++ b/test/phpunit/ActionCommTest.php @@ -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"; }