Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .phpcs.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -141,7 +141,7 @@
<!-- These tests are limited via `@requires` tags and will only run on PHP versions where
the functionality was not yet deprecated. -->
<rule ref="Generic.PHP.DeprecatedFunctions.Deprecated">
<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>
</rule>

<!-- The use of `static` in the test cases is on purpose to test support. -->
Expand Down
Loading