diff --git a/tests/Unit/Analyzer/PatternStringTest.php b/tests/Unit/Analyzer/PatternStringTest.php index 9dde18fa..a608d38e 100644 --- a/tests/Unit/Analyzer/PatternStringTest.php +++ b/tests/Unit/Analyzer/PatternStringTest.php @@ -36,6 +36,7 @@ public static function providePatterns(): array ['SoThisIsAnExample', 'So*Example', true], ['SoThisIsAnExample', '*ThisIsAnExample', true], ['SoThisIsAnExample', 'SoThisIsAn*', true], + ['SoThisIsAnExample', '*Example', true], ['Food\Vegetables\Roots\Carrot', 'Food\*\Roots', false], ['Food\Vegetables\Roots\Orange\Carrot', 'Food\*\Roots', false], ['Food\Vegetables\Carrot', '*\Vegetables', false],