fix testcase runner
This commit is contained in:
parent
273d7fb4fd
commit
7ec1c0703d
|
@ -41,7 +41,7 @@ function loadTests($dir=''){
|
||||||
$testCase=new TestSuite(getTestName($file));
|
$testCase=new TestSuite(getTestName($file));
|
||||||
$testCase->addFile($basedir.$file);
|
$testCase->addFile($basedir.$file);
|
||||||
if($testCase->getSize()>0){
|
if($testCase->getSize()>0){
|
||||||
$testCase->run(new DefaultReporter());
|
$testCase->run(new HtmlReporter());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue