Ver Fonte

Update AllTests.php

Frédéric FRANCE há 2 anos atrás
pai
commit
2c75dd8026
1 ficheiros alterados com 1 adições e 1 exclusões
  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;
 	}