Running %s
Please wait...
Click on a failed test case method in the tree tab to view output here.
'.$this->outputScript("xHide('wait');");
$colour = ($this->getFailCount() + $this->getExceptionCount() > 0 ? "red" : "green");
$content = "$test_name
\n";
$content .= "";
$content .= $this->getTestCaseProgress() . "/" . $this->getTestCaseCount();
$content .= " test cases complete:\n";
$content .= "" . $this->getPassCount() . " passes, ";
$content .= "" . $this->getFailCount() . " fails and ";
$content .= "" . $this->getExceptionCount() . " exceptions.";
$content .= "
\n";
echo $this->outputScript('foo = "'.$this->toJsString($content).'";'."\nset_div_content('run', foo);");
echo "\n