瀏覽代碼

Update AllTests.php

Frédéric FRANCE 2 年之前
父節點
當前提交
2c75dd8026
共有 1 個文件被更改,包括 1 次插入1 次删除
  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;
 	}