Browse Source

Update AllTests.php

Frédéric FRANCE 2 years ago
parent
commit
2c75dd8026
1 changed files with 1 additions and 1 deletions
  1. 1 1
      test/phpunit/AllTests.php

+ 1 - 1
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;
 	}