mirror of
https://github.com/ezyang/htmlpurifier.git
synced 2025-07-31 03:10:09 +02:00
[3.1.0] Define *.vtest test hierarchy, and continue work on validator.
git-svn-id: http://htmlpurifier.org/svnroot/htmlpurifier/trunk@1625 48356398-32a2-884e-a903-53898d9a118a
This commit is contained in:
@@ -110,6 +110,14 @@ foreach ($test_dirs as $dir) {
|
||||
}
|
||||
}
|
||||
|
||||
// handle vtest dirs
|
||||
foreach ($vtest_dirs as $dir) {
|
||||
$raw_files = $FS->globr($dir, '*.vtest');
|
||||
foreach ($raw_files as $file) {
|
||||
$test_files[] = str_replace('\\', '/', $file);
|
||||
}
|
||||
}
|
||||
|
||||
// handle phpt files
|
||||
foreach ($phpt_dirs as $dir) {
|
||||
$phpt_files = $FS->globr($dir, '*.phpt');
|
||||
|
Reference in New Issue
Block a user