Skip to content

Commit ba44de2

Browse files
committed
Add hidden file to Filter/AcceptTest
1 parent fc6c9f7 commit ba44de2

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

tests/Core/Filters/Filter/AcceptTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -79,6 +79,7 @@ public static function dataExcludePatterns()
7979
'/path/to/src/Somethingelse/Main.php',
8080
'/path/to/src/SomethingelseEvenLonger/Main.php',
8181
'/path/to/src/Other/Main.php',
82+
'/path/to/src/Other/.Hidden.php',
8283
],
8384
'expectedOutput' => [
8485
'/path/to/src/Main.php',

0 commit comments

Comments
 (0)