2
0
forked from Wavyzz/dolibarr
This commit is contained in:
Laurent Destailleur
2021-06-29 19:19:38 +02:00
parent 0f020d5b20
commit d379151da6

View File

@@ -87,7 +87,7 @@ class KnowledgeRecordTest extends PHPUnit\Framework\TestCase
$db->begin(); // This is to have all actions inside a transaction even if test launched without suite.
if (empty($conf->knowledgemanagement->enabled)) {
print __METHOD__." module knowledgemanagement order must be enabled.\n"; die(1);
print __METHOD__." module knowledgemanagement must be enabled.\n"; die(1);
}
}