mirror of
https://github.com/ezyang/htmlpurifier.git
synced 2025-03-23 14:27:02 +00:00
Fix broken --only-phpt tests
git-svn-id: http://htmlpurifier.org/svnroot/htmlpurifier/trunk@1630 48356398-32a2-884e-a903-53898d9a118a
This commit is contained in:
parent
7e59923029
commit
0c051df108
@ -94,6 +94,7 @@ if (!$AC['disable-phpt']) {
|
|||||||
$test_files = array();
|
$test_files = array();
|
||||||
$test_dirs = array();
|
$test_dirs = array();
|
||||||
$test_dirs_exclude = array();
|
$test_dirs_exclude = array();
|
||||||
|
$vtest_dirs = array();
|
||||||
$phpt_dirs = array();
|
$phpt_dirs = array();
|
||||||
|
|
||||||
require 'test_files.php'; // populates $test_files array
|
require 'test_files.php'; // populates $test_files array
|
||||||
|
@ -16,7 +16,6 @@ if (!$AC['only-phpt']) {
|
|||||||
}
|
}
|
||||||
|
|
||||||
// ConfigSchema Validator tests
|
// ConfigSchema Validator tests
|
||||||
$vtest_dirs = array();
|
|
||||||
$vtest_dirs[] = 'HTMLPurifier/ConfigSchema/Validator';
|
$vtest_dirs[] = 'HTMLPurifier/ConfigSchema/Validator';
|
||||||
|
|
||||||
// ConfigDoc auxiliary library
|
// ConfigDoc auxiliary library
|
||||||
@ -31,6 +30,5 @@ if (!$AC['only-phpt']) {
|
|||||||
|
|
||||||
// PHPT tests
|
// PHPT tests
|
||||||
if (!$AC['disable-phpt']) {
|
if (!$AC['disable-phpt']) {
|
||||||
$phpt_dirs = array();
|
|
||||||
$phpt_dirs[] = 'HTMLPurifier/PHPT';
|
$phpt_dirs[] = 'HTMLPurifier/PHPT';
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user