Do not require test classes to be namespaced.

This commit is contained in:
Andreas Fischer 2014-12-17 03:11:16 +01:00
parent b5227ddb67
commit 218f151693

View File

@ -16,6 +16,9 @@
<exclude name="PEAR.Commenting.FileComment.MissingTag" /> <exclude name="PEAR.Commenting.FileComment.MissingTag" />
<exclude name="PEAR.Commenting.FileComment.MissingVersion" /> <exclude name="PEAR.Commenting.FileComment.MissingVersion" />
<exclude name="PEAR.Commenting.FileComment.SpacingBeforeTags" /> <exclude name="PEAR.Commenting.FileComment.SpacingBeforeTags" />
<!-- Test classes do not have to be namespaced. -->
<exclude name="PSR1.Classes.ClassDeclaration.MissingNamespace" />
</rule> </rule>
</ruleset> </ruleset>