| 1 |
<?xml version="1.0" encoding="UTF-8"?> |
| 2 |
<ruleset name="PHPCompatibility"> |
| 3 |
<description>Defines rules for PHPCompatibility</description> |
| 4 |
<exclude-pattern>./app</exclude-pattern> |
| 5 |
<exclude-pattern>./example</exclude-pattern> |
| 6 |
<exclude-pattern>./manual</exclude-pattern> |
| 7 |
<exclude-pattern>./testcase</exclude-pattern> |
| 8 |
<exclude-pattern>./tests</exclude-pattern> |
| 9 |
<config name="testVersion" value="5.6"/> |
| 10 |
<rule ref="PHPCompatibility" /> |
| 11 |
</ruleset> |
| 12 |
|