Skip to content

Commit d6a5467

Browse files
Adds a test case in PatternStringTest (#471)
1 parent bf4f2c7 commit d6a5467

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)