Implement RSSFromGit, a substitute for RSSFromSVN.
[xhtml-compiler.git] / config.smoketest.php
blob8cf5228c7817c34d83d2fa8fcc446178e97d9d8b
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;
12 $indexed_dirs['xhtml-compiler/smoketests/DOMFilter'] = false;
14 // if it's already been included, don't worry about it
15 // we may want to be a little bit nicer about redefinitions,
16 // and config.filters.php may not contain "all" filters
17 require_once 'config.filters.php';