File tree Expand file tree Collapse file tree 1 file changed +0
-17
lines changed Expand file tree Collapse file tree 1 file changed +0
-17
lines changed Original file line number Diff line number Diff line change 102
102
#############################################################################
103
103
-->
104
104
105
- <!-- The polyfills for the PHP native exceptions can not have a namespace
106
- and making those the only files with a file comment would create more,
107
- not less inconsistency. -->
108
- <rule ref =" Yoast.Commenting.FileComment" >
109
- <exclude-pattern >/src/Exceptions/*Error\.php$</exclude-pattern >
110
- </rule >
111
-
112
105
<!-- For named parameter support, the parameters in the polyfilled assertions *must*
113
106
mirror the parameter name as used in PHPUnit itself.
114
107
These cannot be changed until PHPUnit itself changes the names. -->
139
132
<exclude-pattern >/src/TestListeners/TestListenerDefaultImplementationPHPUnitGte7\.php$</exclude-pattern >
140
133
</rule >
141
134
142
- <!-- The TestListenerDefaultImplementation for PHPUnit 7+ will only ever be loaded on PHP 7.1+. -->
143
- <rule ref =" PHPCompatibility.Interfaces.NewInterfaces.throwableFound" >
144
- <exclude-pattern >/src/TestListeners/TestListenerDefaultImplementationPHPUnitGte7\.php$</exclude-pattern >
145
- </rule >
146
-
147
- <!-- The TestListenerDefaultImplementation for PHPUnit 7+ will only ever be loaded on PHP 7.1+. -->
148
- <rule ref =" PHPCompatibility.FunctionDeclarations.NewParamTypeDeclarations.floatFound" >
149
- <exclude-pattern >/src/TestListeners/TestListenerDefaultImplementationPHPUnitGte7\.php$</exclude-pattern >
150
- </rule >
151
-
152
135
<!-- TEST CODE -->
153
136
154
137
<!-- Final classes is irrelevant for test fixtures. -->
You can’t perform that action at this time.
0 commit comments