Skip to content

Commit 6691f67

Browse files
committed
Rename tes case file in phpcs.xml
1 parent c16223f commit 6691f67

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

phpcs.xml

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@
5252
</rule>
5353
<rule ref="SlevomatCodingStandard.Functions.UnusedInheritedVariablePassedToClosure.UnusedInheritedVariable">
5454
<exclude-pattern>src/Command/CommandHelper.php</exclude-pattern>
55-
<exclude-pattern>src/Testing/TestCase.php</exclude-pattern>
55+
<exclude-pattern>src/Testing/BaseTestCase.php</exclude-pattern>
5656
</rule>
5757
<rule ref="SlevomatCodingStandard.Exceptions.ReferenceThrowableOnly.ReferencedGeneralException">
5858
<exclude-pattern>tests</exclude-pattern>

0 commit comments

Comments
 (0)