diff --git a/tests/index.php b/tests/index.php index 50cf7985..5433f381 100755 --- a/tests/index.php +++ b/tests/index.php @@ -22,6 +22,7 @@ $AC['flush'] = false; $AC['standalone'] = false; $AC['file'] = ''; $AC['xml'] = false; +$AC['dry'] = false; $aliases = array( 'f' => 'file', ); @@ -87,4 +88,6 @@ if ($AC['xml']) { $reporter = new HTMLPurifier_SimpleTest_Reporter('UTF-8', $AC); } +if ($AC['dry']) $reporter->makeDry(); + $test->run($reporter);