From 6b93f58de64c7f6f8a432c62995f2114cc7b1fba Mon Sep 17 00:00:00 2001 From: Laurent Destailleur Date: Tue, 22 Jun 2021 15:46:51 +0200 Subject: [PATCH] Fix bad test --- test/phpunit/AllTests.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/phpunit/AllTests.php b/test/phpunit/AllTests.php index 898007972b2..98d7f716565 100644 --- a/test/phpunit/AllTests.php +++ b/test/phpunit/AllTests.php @@ -214,7 +214,7 @@ class AllTests $suite->addTestSuite('ProjectTest'); require_once dirname(__FILE__).'/KnowledgeRecord.php'; - $suite->addTestSuite('KnowledgeRecord'); + $suite->addTestSuite('KnowledgeRecordTest'); require_once dirname(__FILE__).'/AccountingAccountTest.php'; $suite->addTestSuite('AccountingAccountTest');