Update AllTests.php

This commit is contained in:
Frédéric FRANCE 2023-03-28 12:43:45 +02:00 committed by GitHub
parent fa3e78054d
commit 2c75dd8026
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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