Merge pull request #24358 from frederic34/patch-8

FIX Phpunit Rename WebsiteTest.class.php to WebsiteTest.php
This commit is contained in:
Laurent Destailleur 2023-03-28 17:10:13 +02:00 committed by GitHub
commit 18a050660d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 1 additions and 1 deletions

View File

@ -273,7 +273,7 @@ class AllTests
// Website
require_once dirname(__FILE__).'/WebsiteTest.php';
$suite->addTestSuite('Website');
$suite->addTestSuite('WebsiteTest');
return $suite;
}