File "phpcompat.xml"

Full path: /home/argothem/www/organecyberpresse/plugins/auto/querypath/v3.0.0/lib/querypath/vendor/gravitypdf/querypath/phpcompat.xml
File size: 527 bytes
MIME-type: text/xml
Charset: utf-8

<?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>