Skip to content

Commit 7d2540c

Browse files
adds a test case in PatternStringTest
1 parent ed2e861 commit 7d2540c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/Unit/Analyzer/PatternStringTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ public static function providePatterns(): array
3636
['SoThisIsAnExample', 'So*Example', true],
3737
['SoThisIsAnExample', '*ThisIsAnExample', true],
3838
['SoThisIsAnExample', 'SoThisIsAn*', true],
39+
['SoThisIsAnExample', '*Example', true],
3940
['Food\Vegetables\Roots\Carrot', 'Food\*\Roots', false],
4041
['Food\Vegetables\Roots\Orange\Carrot', 'Food\*\Roots', false],
4142
['Food\Vegetables\Carrot', '*\Vegetables', false],

0 commit comments

Comments
 (0)