File tree Expand file tree Collapse file tree 1 file changed +0
-11
lines changed Expand file tree Collapse file tree 1 file changed +0
-11
lines changed Original file line number Diff line number Diff line change 40
40
->append ([__FILE__ ])
41
41
->notPath ('#/Fixtures/# ' )
42
42
->exclude ([
43
- // directories containing files with content that is autogenerated by `var_export`, which breaks CS in output code
44
- // fixture templates
45
- 'Symfony/Bundle/FrameworkBundle/Tests/Templating/Helper/Resources/Custom ' ,
46
- // resource templates
47
- 'Symfony/Bundle/FrameworkBundle/Resources/views/Form ' ,
48
43
// explicit trigger_error tests
49
44
'Symfony/Bridge/PhpUnit/Tests/DeprecationErrorHandler/ ' ,
50
45
'Symfony/Component/Emoji/Resources/ ' ,
57
52
->notPath ('Symfony/Bridge/PhpUnit/SymfonyTestsListener.php ' )
58
53
->notPath ('#Symfony/Bridge/PhpUnit/.*Mock\.php# ' )
59
54
->notPath ('#Symfony/Bridge/PhpUnit/.*Legacy# ' )
60
- // file content autogenerated by `var_export`
61
- ->notPath ('Symfony/Component/Translation/Tests/Fixtures/resources.php ' )
62
- // file content autogenerated by `VarExporter::export`
63
- ->notPath ('Symfony/Component/Serializer/Tests/Fixtures/serializer.class.metadata.php ' )
64
- // test template
65
- ->notPath ('Symfony/Bundle/FrameworkBundle/Tests/Templating/Helper/Resources/Custom/_name_entry_label.html.php ' )
66
55
// explicit trigger_error tests
67
56
->notPath ('Symfony/Component/ErrorHandler/Tests/DebugClassLoaderTest.php ' )
68
57
// stop removing spaces on the end of the line in strings
You can’t perform that action at this time.
0 commit comments