1
0
mirror of synced 2024-12-13 14:56:01 +03:00

fixing run.php in web browser take 2

This commit is contained in:
meus 2007-09-04 13:22:38 +00:00
parent dfd3f18987
commit 0de326b577

View File

@ -380,7 +380,7 @@ class MyReporter extends HtmlReporter {
print '</pre>';
$colour = ($this->_test->getFailCount() > 0 ? 'red' : 'green');
print '<div style=\'';
print 'padding: 8px; margin-top: 1em; background-color: $colour; color: white;';
print "padding: 8px; margin-top: 1em; background-color: $colour; color: white;";
print '\'>';
print $this->_test->getTestCaseCount() . ' test cases.';
print '<strong>' . $this->_test->getPassCount() . '</strong> passes and ';