From 2c75dd80269c898b3c4befb490b1a71535a320e0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fr=C3=A9d=C3=A9ric=20FRANCE?= Date: Tue, 28 Mar 2023 12:43:45 +0200 Subject: [PATCH] Update AllTests.php --- 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 2c492da6aee..21c5c0f3658 100644 --- a/test/phpunit/AllTests.php +++ b/test/phpunit/AllTests.php @@ -273,7 +273,7 @@ class AllTests // Website require_once dirname(__FILE__).'/WebsiteTest.php'; - $suite->addTestSuite('Website'); + $suite->addTestSuite('WebsiteTest'); return $suite; }