first commit
This commit is contained in:
@@ -0,0 +1,21 @@
|
||||
<?php
|
||||
|
||||
|
||||
|
||||
class HTMLPurifier_SimpleTest_TextReporter extends TextReporter {
|
||||
|
||||
protected $verbose = false;
|
||||
|
||||
function __construct($AC) {
|
||||
|
||||
parent::__construct();
|
||||
|
||||
$this->verbose = $AC['verbose'];
|
||||
|
||||
}
|
||||
|
||||
function paintPass($message) {
|
||||
|
||||
parent::paintPass($message);
|
||||
|
||||
if ($this->verbose) {
|
||||
Reference in New Issue
Block a user