2014-02-15 18:57:49 +00:00
|
|
|
<?xml version="1.0"?>
|
|
|
|
<ruleset name="phpseclib Test Standard">
|
|
|
|
|
|
|
|
<description>phpseclib coding standard for tests</description>
|
|
|
|
|
|
|
|
<!-- In general rules that apply to library code also apply to tests. -->
|
|
|
|
<rule ref="./code-sniffer-ruleset.xml">
|
2015-07-17 11:36:18 +00:00
|
|
|
<!-- Exceptions to the library coding standard follow. -->
|
2014-02-15 18:57:49 +00:00
|
|
|
|
2015-07-17 11:36:18 +00:00
|
|
|
<!-- Test classes do not have to be namespaced but may use pseudo-namespacing
|
|
|
|
using underscore. -->
|
|
|
|
<exclude name="PSR1.Classes.ClassDeclaration.MissingNamespace" />
|
|
|
|
<exclude name="Squiz.Classes.ValidClassName.NotCamelCaps" />
|
2014-02-15 18:57:49 +00:00
|
|
|
</rule>
|
|
|
|
|
|
|
|
</ruleset>
|