0
0
mirror of https://github.com/ezyang/htmlpurifier.git synced 2024-09-18 18:25:18 +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:
Tim Düsterhus 2022-09-03 03:35:32 +02:00 committed by GitHub
parent 6ec13635ce
commit c60bba1fe4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -29,6 +29,7 @@ switch ($AC['type']) {
if ($break) break;
case 'fstools':
$test_dirs[] = 'FSTools';
if ($break) break;
case 'htmlt':
$htmlt_dirs[] = 'HTMLPurifier/HTMLT';
if ($break) break;