We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c16223f commit 6691f67Copy full SHA for 6691f67
phpcs.xml
@@ -52,7 +52,7 @@
52
</rule>
53
<rule ref="SlevomatCodingStandard.Functions.UnusedInheritedVariablePassedToClosure.UnusedInheritedVariable">
54
<exclude-pattern>src/Command/CommandHelper.php</exclude-pattern>
55
- <exclude-pattern>src/Testing/TestCase.php</exclude-pattern>
+ <exclude-pattern>src/Testing/BaseTestCase.php</exclude-pattern>
56
57
<rule ref="SlevomatCodingStandard.Exceptions.ReferenceThrowableOnly.ReferencedGeneralException">
58
<exclude-pattern>tests</exclude-pattern>
0 commit comments