diff --git a/tests/index.php b/tests/index.php
index d29579a4bbaa62348395adc48d0846b46f044d09..1333a83a3b9c825aa719568433cc4d7b4d489e0e 100644
--- a/tests/index.php
+++ b/tests/index.php
@@ -41,7 +41,7 @@ function loadTests($dir=''){
 					$testCase=new TestSuite(getTestName($file));
 					$testCase->addFile($basedir.$file);
 					if($testCase->getSize()>0){
-						$testCase->run(new DefaultReporter());
+						$testCase->run(new HtmlReporter());
 					}
 				}
 			}