mirror of
https://github.com/danog/tgseclib.git
synced 2024-11-27 04:34:45 +01:00
12 lines
328 B
XML
12 lines
328 B
XML
<?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">
|
|
<!-- Exceptions to the library coding standard follow. -->
|
|
</rule>
|
|
|
|
</ruleset>
|