Explorar el Código

Update AllTests.php

Frédéric FRANCE hace 2 años
padre
commit
2c75dd8026
Se han modificado 1 ficheros con 1 adiciones y 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;
 	}