Skip to content

Commit 51b8f33

Browse files
committed
Adds test case for RegexParserBundle
Adds a missing test case for the Symfony RegexParserBundle. This ensures that the bundle is properly registered and configured within a Symfony application.
1 parent b0197c1 commit 51b8f33

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

rector.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,6 +33,7 @@
3333
__DIR__.'/tests/Fixtures/pcre_patterns.php',
3434
__DIR__.'/tests/Unit/Bridge/Rector/RegexOptimizationRectorTest.php',
3535
__DIR__.'/tests/Unit/Bridge/Symfony/Command/RegexParserValidateCommandTest.php',
36+
__DIR__.'/tests/Unit/Bridge/Symfony/RegexParserBundleTest.php',
3637
__DIR__.'/tests/Unit/ValidationResultTest.php',
3738
]);
3839

0 commit comments

Comments
 (0)