Fix doc
This commit is contained in:
parent
0f020d5b20
commit
d379151da6
@ -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.
|
$db->begin(); // This is to have all actions inside a transaction even if test launched without suite.
|
||||||
|
|
||||||
if (empty($conf->knowledgemanagement->enabled)) {
|
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);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user