Ver Fonte

Fix bad test

Laurent Destailleur há 4 anos atrás
pai
commit
42c24de2ae
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      test/phpunit/AllTests.php

+ 1 - 1
test/phpunit/AllTests.php

@@ -213,7 +213,7 @@ class AllTests
 		require_once dirname(__FILE__).'/ProjectTest.php';
 		$suite->addTestSuite('ProjectTest');
 
-		require_once dirname(__FILE__).'/KnowledgeRecord.php';
+		require_once dirname(__FILE__).'/KnowledgeRecordTest.php';
 		$suite->addTestSuite('KnowledgeRecordTest');
 
 		require_once dirname(__FILE__).'/AccountingAccountTest.php';