Skip to content

Commit c9cf387

Browse files
committed
Remve commented test
1 parent 621c977 commit c9cf387

File tree

1 file changed

+0
-19
lines changed

1 file changed

+0
-19
lines changed

tests/unit/TextUI/SourceFilterTest.php

Lines changed: 0 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -321,25 +321,6 @@ public static function provider(): array
321321
),
322322
),
323323
],
324-
// this seems rather more like a bug
325-
// 'globstar with any single char prefix includes sibling files' => [
326-
// [
327-
// self::fixturePath('a/PrefixSuffix.php') => false,
328-
// self::fixturePath('a/c/PrefixSuffix.php') => true,
329-
// self::fixturePath('a/c/d/PrefixSuffix.php') => true,
330-
// ],
331-
// self::createSource(
332-
// includeDirectories: FilterDirectoryCollection::fromArray(
333-
// [
334-
// new FilterDirectory(
335-
// self::fixturePath('a/c/Z**'),
336-
// '',
337-
// '.php',
338-
// ),
339-
// ],
340-
// ),
341-
// ),
342-
// ],
343324
'globstar with any more than a single char prefix does not include sibling files' => [
344325
[
345326
self::fixturePath('a/PrefixSuffix.php') => false,

0 commit comments

Comments
 (0)