Fix with php-cs-fixer

This commit is contained in:
Laurent Destailleur
2023-12-04 11:22:28 +01:00
parent 881e32f03a
commit de7d3c2bf8
37 changed files with 190 additions and 109 deletions

View File

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