mirror of
https://github.com/ezyang/htmlpurifier.git
synced 2025-01-03 13:21:51 +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 {
|
class HTMLPurifier_SimpleTest_TextReporter extends TextReporter {
|
||||||
protected $verbose = false;
|
protected $verbose = false;
|
||||||
function __construct($AC) {
|
function __construct($AC) {
|
||||||
|
parent::__construct();
|
||||||
$this->verbose = $AC['verbose'];
|
$this->verbose = $AC['verbose'];
|
||||||
}
|
}
|
||||||
function paintPass($message) {
|
function paintPass($message) {
|
||||||
|
Loading…
Reference in New Issue
Block a user