We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39b8ec8 commit 77870d8Copy full SHA for 77870d8
lib/phpDocumentor/ruleset.xml
@@ -25,6 +25,7 @@
25
26
<rule ref="Squiz.Classes.ValidClassName.NotCamelCaps">
27
<exclude-pattern>**/*_.php</exclude-pattern>
28
+ <exclude-pattern>*/tests/*_Test.php</exclude-pattern>
29
</rule>
30
31
<rule ref="PSR1.Methods.CamelCapsMethodName.NotCamelCaps">
0 commit comments