<?xml version="1.0"?>
<ruleset name="PHP Compatibility">
    <description>Apply PHP compatibility checks to Querypath</description>

    <rule ref="PHPCompatibility"/>

    <!-- Currently supports PHP 7.1+ -->
    <config name="testVersion" value="7.1-"/>

    <file>src</file>
    <file>tests</file>
    <file>examples</file>

    <ini name="memory_limit" value="512M"/>

    <arg name="basepath" value="."/>
    <arg name="colors"/>
    <arg name="parallel" value="75"/>
    <arg value="np"/>
    <arg value="ps"/>
</ruleset>