Browse Source

Merge pull request #24358 from frederic34/patch-8

FIX Phpunit Rename WebsiteTest.class.php to WebsiteTest.php
Laurent Destailleur 2 years ago
parent
commit
18a050660d
2 changed files with 1 additions and 1 deletions
  1. 1 1
      test/phpunit/AllTests.php
  2. 0 0
      test/phpunit/WebsiteTest.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;
 	}

+ 0 - 0
test/phpunit/WebsiteTest.class.php → test/phpunit/WebsiteTest.php