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:
parent
12b811d749
commit
33a873f5cb
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user