mirror of
https://github.com/Dolibarr/dolibarr.git
synced 2026-01-06 00:53:00 +01:00
Fix migration
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user