Fix migration

This commit is contained in:
Laurent Destailleur
2021-06-23 11:14:28 +02:00
parent eb9be15c4c
commit f24d8a31af
3 changed files with 31 additions and 8 deletions

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 order must be enabled.\n"; die(1);
}
}