test fixes

This commit is contained in:
Dennis Eichhorn 2023-09-24 03:50:15 +00:00
parent ded94aaf47
commit 30b99c23ab

View File

@ -135,7 +135,9 @@
<exclude-pattern>*Grammar.php</exclude-pattern><!-- Not all grammar classes/functions use the parameters --> <exclude-pattern>*Grammar.php</exclude-pattern><!-- Not all grammar classes/functions use the parameters -->
<severity>3</severity> <severity>3</severity>
</rule> </rule>
<rule ref="PEAR.Classes.ClassDeclaration"/> <rule ref="PEAR.Classes.ClassDeclaration">
<exclude-pattern>*/Install/Media/*</exclude-pattern><!-- Media uploads don't have a namespace -->
</rule>
<rule ref="PEAR.Commenting.FileComment"> <rule ref="PEAR.Commenting.FileComment">
<exclude name="PEAR.Commenting.FileComment.InvalidPackage"/> <exclude name="PEAR.Commenting.FileComment.InvalidPackage"/>
<exclude name="PEAR.Commenting.FileComment.IncompleteCopyright"/> <exclude name="PEAR.Commenting.FileComment.IncompleteCopyright"/>