Add abstract implementations of the two different types of filters.
[xhtml-compiler.git] / config.smoketest.php
blob54ab4e00680fbf864d4a6381580550724601425a
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;