We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a96ef68 commit 5cb5fe3Copy full SHA for 5cb5fe3
.phpcs.xml.dist
@@ -141,7 +141,7 @@
141
<!-- These tests are limited via `@requires` tags and will only run on PHP versions where
142
the functionality was not yet deprecated. -->
143
<rule ref="Generic.PHP.DeprecatedFunctions.Deprecated">
144
- <exclude-pattern>/tests/Polyfills/AssertClosedResource(Curl|Finfo|Gd|XmlParser)Test\.php$</exclude-pattern>
+ <exclude-pattern>/tests/Polyfills/AssertClosedResource(Curl|Finfo|Gd|XmlParser)Test(Case)?\.php$</exclude-pattern>
145
</rule>
146
147
<!-- The use of `static` in the test cases is on purpose to test support. -->
0 commit comments