Laurent Destailleur 4 anos atrás
pai
commit
d379151da6
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      test/phpunit/KnowledgeRecordTest.php

+ 1 - 1
test/phpunit/KnowledgeRecordTest.php

@@ -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);
 		}
 	}