fix testcase runner

remotes/origin/stable4
Robin Appelman 13 years ago
parent 273d7fb4fd
commit 7ec1c0703d
  1. 2
      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());
}
}
}

Loading…
Cancel
Save