Your IP : 216.73.217.79


Current Path : /var/www/v3.cesa.co.za/vendor/creof/wkt-parser/
Upload File :
Current File : /var/www/v3.cesa.co.za/vendor/creof/wkt-parser/phpunit.xml.dist

<?xml version="1.0" encoding="utf-8"?>
<phpunit backupGlobals="false"
         colors="true"
         bootstrap="./tests/TestInit.php"
        >

    <testsuites>
        <testsuite>
            <directory>./tests/CrEOF/Geo/WKT/Tests</directory>
        </testsuite>
    </testsuites>

    <filter>
        <blacklist>
            <directory suffix=".php">./vendor</directory>
        </blacklist>
    </filter>
</phpunit>