File: code-sniffer-ruleset-tests.xml

package info (click to toggle)
phpseclib 1.0.23-6
  • links: PTS, VCS
  • area: main
  • in suites: sid, trixie
  • size: 2,928 kB
  • sloc: php: 11,790; sh: 66; xml: 50; makefile: 21
file content (11 lines) | stat: -rw-r--r-- 328 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
<?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>