File tree Expand file tree Collapse file tree 1 file changed +6
-8
lines changed
ProjektMOTORCodingStandard Expand file tree Collapse file tree 1 file changed +6
-8
lines changed Original file line number Diff line number Diff line change 70
70
71
71
<rule ref =" SlevomatCodingStandard.Files.TypeNameMatchesFileName" >
72
72
<properties >
73
- <property
74
- name =" rootNamespaces"
75
- type =" array"
76
- value ="
77
- tests=>App\Tests,
78
- src=>App,
79
- "
80
- />
73
+ <property name =" rootNamespaces" type =" array" >
74
+ <element key =" src" value =" App" />
75
+ <element key =" tests" value =" App\Tests" />
76
+ <element key =" tests/features/bootstrap" value =" App\Tests\Behat" />
77
+ </property >
81
78
<property name =" ignoredNamespaces" type =" array" value =" DoctrineMigrations" />
82
79
</properties >
83
80
</rule >
134
131
<exclude-pattern >./public/index.php</exclude-pattern >
135
132
<exclude-pattern >./config/bundles.php</exclude-pattern >
136
133
<exclude-pattern >./config/bootstrap.php</exclude-pattern >
134
+ <exclude-pattern >./tests/features/bootstrap/bootstrap.php</exclude-pattern >
137
135
138
136
<file >bin/</file >
139
137
<file >config/</file >
You can’t perform that action at this time.
0 commit comments