Laurent Destailleur 4 vuotta sitten
vanhempi
commit
d379151da6
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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);
 		}
 	}