File "phpunit.xml"

Full path: /home/auuge/domains/files.auu.ge/private_html/up/vendor/flowjs/flow-php-server/phpunit.xml
File size: 791 bytes
MIME-type: text/xml
Charset: utf-8

Download   Open   Back

<?xml version="1.0" encoding="UTF-8"?>

<phpunit backupGlobals="false"
         backupStaticAttributes="false"
         colors="true"
         convertErrorsToExceptions="true"
         convertNoticesToExceptions="true"
         convertWarningsToExceptions="true"
         processIsolation="false"
         stopOnFailure="false"
         syntaxCheck="false"
         bootstrap="test/bootstrap.php"
        >

    <testsuites>
        <testsuite name="Flow Test Suite">
            <directory>./test/Unit/</directory>
        </testsuite>
    </testsuites>

    <filter>
        <whitelist>
            <directory suffix=".php">./src/Flow/</directory>
            <exclude>
                <file>./src/Flow/Basic.php</file>
            </exclude>
        </whitelist>
    </filter>
</phpunit>