We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc6c9f7 commit ba44de2Copy full SHA for ba44de2
1 file changed
tests/Core/Filters/Filter/AcceptTest.php
@@ -79,6 +79,7 @@ public static function dataExcludePatterns()
79
'/path/to/src/Somethingelse/Main.php',
80
'/path/to/src/SomethingelseEvenLonger/Main.php',
81
'/path/to/src/Other/Main.php',
82
+ '/path/to/src/Other/.Hidden.php',
83
],
84
'expectedOutput' => [
85
'/path/to/src/Main.php',
0 commit comments