Skip to content

Commit 77870d8

Browse files
committed
Exclude certain test cases with _
1 parent 39b8ec8 commit 77870d8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lib/phpDocumentor/ruleset.xml

+1
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525

2626
<rule ref="Squiz.Classes.ValidClassName.NotCamelCaps">
2727
<exclude-pattern>**/*_.php</exclude-pattern>
28+
<exclude-pattern>*/tests/*_Test.php</exclude-pattern>
2829
</rule>
2930

3031
<rule ref="PSR1.Methods.CamelCapsMethodName.NotCamelCaps">

0 commit comments

Comments
 (0)