8000 Update the list of excluded files for the CS fixer · symfony/symfony@8892b98 · GitHub
[go: up one dir, main page]

Skip to content

Commit 8892b98

Browse files
committed
Update the list of excluded files for the CS fixer
1 parent a57549d commit 8892b98

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

.php_cs.dist

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,16 +32,18 @@ return PhpCsFixer\Config::create()
3232
'Symfony/Component/VarDumper/Tests/Fixtures',
3333
// resource templates
3434
'Symfony/Bundle/FrameworkBundle/Resources/views/Form',
35+
// explicit trigger_error tests
36+
'Symfony/Bridge/PhpUnit/Tests/DeprecationErrorHandler/',
3537
))
38+
// Support for older PHPunit version
39+
->notPath('Symfony/Bridge/PhpUnit/SymfonyTestsListener.php')
3640
// file content autogenerated by `var_export`
3741
->notPath('Symfony/Component/Translation/Tests/fixtures/resources.php')
3842
// test template
3943
->notPath('Symfony/Bundle/FrameworkBundle/Tests/Templating/Helper/Resources/Custom/_name_entry_label.html.php')
4044
// explicit heredoc test
4145
->notPath('Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Resources/views/translation.html.php')
4246
// explicit trigger_error tests
43-
->notPath('Symfony/Bridge/PhpUnit/Tests/DeprecationErrorHandler/default.phpt')
44-
->notPath('Symfony/Bridge/PhpUnit/Tests/DeprecationErrorHandler/weak.phpt')
4547
->notPath('Symfony/Component/Debug/Tests/DebugClassLoaderTest.php')
4648
)
4749
;

0 commit comments

Comments
 (0)
0