File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -32,16 +32,18 @@ return PhpCsFixer\Config::create()
32
32
'Symfony/Component/VarDumper/Tests/Fixtures ' ,
33
33
// resource templates
34
34
'Symfony/Bundle/FrameworkBundle/Resources/views/Form ' ,
35
+ // explicit trigger_error tests
36
+ 'Symfony/Bridge/PhpUnit/Tests/DeprecationErrorHandler/ ' ,
35
37
))
38
+ // Support for older PHPunit version
39
+ ->notPath ('Symfony/Bridge/PhpUnit/SymfonyTestsListener.php ' )
36
40
// file content autogenerated by `var_export`
37
41
->notPath ('Symfony/Component/Translation/Tests/fixtures/resources.php ' )
38
42
// test template
39
43
->notPath ('Symfony/Bundle/FrameworkBundle/Tests/Templating/Helper/Resources/Custom/_name_entry_label.html.php ' )
40
44
// explicit heredoc test
41
45
->notPath ('Symfony/Bundle/FrameworkBundle/Tests/Fixtures/Resources/views/translation.html.php ' )
42
46
// explicit trigger_error tests
43
- ->notPath ('Symfony/Bridge/PhpUnit/Tests/DeprecationErrorHandler/default.phpt ' )
44
- ->notPath ('Symfony/Bridge/PhpUnit/Tests/DeprecationErrorHandler/weak.phpt ' )
45
47
->notPath ('Symfony/Component/Debug/Tests/DebugClassLoaderTest.php ' )
46
48
)
47
49
;
You can’t perform that action at this time.
0 commit comments