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 bf4f2c7 commit d6a5467Copy full SHA for d6a5467
tests/Unit/Analyzer/PatternStringTest.php
@@ -36,6 +36,7 @@ public static function providePatterns(): array
36
['SoThisIsAnExample', 'So*Example', true],
37
['SoThisIsAnExample', '*ThisIsAnExample', true],
38
['SoThisIsAnExample', 'SoThisIsAn*', true],
39
+ ['SoThisIsAnExample', '*Example', true],
40
['Food\Vegetables\Roots\Carrot', 'Food\*\Roots', false],
41
['Food\Vegetables\Roots\Orange\Carrot', 'Food\*\Roots', false],
42
['Food\Vegetables\Carrot', '*\Vegetables', false],
0 commit comments