mirror of
https://github.com/ezyang/htmlpurifier.git
synced 2025-01-03 13:21:51 +00:00
Fix test selection logic in tests/test_files.php (#329)
Selecting the `fstools` tests also executed the `htmlt` tests.
This commit is contained in:
parent
6ec13635ce
commit
c60bba1fe4
@ -29,6 +29,7 @@ switch ($AC['type']) {
|
|||||||
if ($break) break;
|
if ($break) break;
|
||||||
case 'fstools':
|
case 'fstools':
|
||||||
$test_dirs[] = 'FSTools';
|
$test_dirs[] = 'FSTools';
|
||||||
|
if ($break) break;
|
||||||
case 'htmlt':
|
case 'htmlt':
|
||||||
$htmlt_dirs[] = 'HTMLPurifier/HTMLT';
|
$htmlt_dirs[] = 'HTMLPurifier/HTMLT';
|
||||||
if ($break) break;
|
if ($break) break;
|
||||||
|
Loading…
Reference in New Issue
Block a user