0
0
mirror of https://github.com/ezyang/htmlpurifier.git synced 2024-12-22 16:31:53 +00:00

Fix missing numbers when pass/fail count is zero.

Signed-off-by: Edward Z. Yang <edwardzyang@thewritingpot.com>
This commit is contained in:
Edward Z. Yang 2008-12-06 16:08:09 -05:00
parent 12b811d749
commit 33a873f5cb

View File

@ -3,6 +3,7 @@
class HTMLPurifier_SimpleTest_TextReporter extends TextReporter {
protected $verbose = false;
function __construct($AC) {
parent::__construct();
$this->verbose = $AC['verbose'];
}
function paintPass($message) {