Explorar o código

Update AllTests.php

Frédéric FRANCE %!s(int64=2) %!d(string=hai) anos
pai
achega
2c75dd8026
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  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;
 	}