8000 minor #32982 Ignore ErrorHandler DebugClassLoaderTest class in PHP-CS… · symfony/symfony@b4bb8e8 · GitHub
[go: up one dir, main page]

Skip to content

Commit b4bb8e8

Browse files
minor #32982 Ignore ErrorHandler DebugClassLoaderTest class in PHP-CS-Fixer config (fancyweb)
This PR was merged into the 4.4 branch. Discussion ---------- Ignore ErrorHandler DebugClassLoaderTest class in PHP-CS-Fixer config | Q | A | ------------- | --- | Branch? | 4.4 | Bug fix? | no | New feature? | no | BC breaks? | no | Deprecations? | no | Tests pass? | yes | Fixed tickets | - | License | MIT | Doc PR | - It must be ignored like the `Debug` one. Commits ------- ed916a4 Ignore ErrorHandler DebugClassLoaderTest class in PHP-CS-Fixer config
2 parents fc8872f + ed916a4 commit b4bb8e8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.php_cs.dist

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ return PhpCsFixer\Config::create()
5252
->notPath('Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Resources/views/translation.html.php')
5353
// explicit trigger_error tests
5454
->notPath('Symfony/Component/Debug/Tests/DebugClassLoaderTest.php')
55+
->notPath('Symfony/Component/ErrorHandler/Tests/DebugClassLoaderTest.php')
5556
// invalid annotations on purpose
5657
->notPath('Symfony/Component/DependencyInjection/Tests/Fixtures/includes/autowiring_classes.php')
5758
)

0 commit comments

Comments
 (0)
0