diff options
Diffstat (limited to 'tests/index.php')
-rw-r--r-- | tests/index.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/index.php b/tests/index.php index d29579a4bba..1333a83a3b9 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()); } } } |