Fix broken htmlpurifier submodule.
[xhtml-compiler.git] / config.smoketest.php
blob27b68990a2eab87a14dc5b32f6c087607affff00
1 <?php
3 // this configuration file will load up necessary configuration
4 // values for running the smoketests in xhtml-compiler/smoketests
5 // activate using "require 'config.smoketest.php';"
7 $allowed_dirs['xhtml-compiler/smoketests'] = 0;
8 $allowed_dirs['xhtml-compiler/smoketests/recursive'] = 1;
9 $allowed_dirs['xhtml-compiler/smoketests/(special)'] = 0;
10 $allowed_dirs['xhtml-compiler/smoketests/DOMFilter'] = 1;
11 $allowed_dirs['xhtml-compiler/smoketests/Markup'] = 1;
13 $indexed_dirs['xhtml-compiler/smoketests/DOMFilter'] = false;
15 // if it's already been included, don't worry about it
16 // we may want to be a little bit nicer about redefinitions,
17 // and config.filters.php may not contain "all" filters
18 require_once 'config.filters.php';