vendor/mondator/phpunit.xml.dist
author ymh <ymh.work@gmail.com>
Wed, 09 Nov 2011 16:19:43 +0100
changeset 29 a30208a2bb60
parent 18 c85b9d1ddf19
permissions -rw-r--r--
add weight on fields

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

<phpunit backupGlobals="false"
         backupStaticAttributes="false"
         bootstrap="tests/bootstrap.php"
         colors="false"
         convertErrorsToExceptions="true"
         convertNoticesToExceptions="true"
         convertWarningsToExceptions="true"
         processIsolation="false"
         stopOnFailure="false"
         syntaxCheck="false"
>
    <testsuites>
        <testsuite name="Mandango Test Suite">
            <directory>./tests/</directory>
        </testsuite>
    </testsuites>

    <filter>
        <whitelist>
            <directory>./src</directory>
        </whitelist>
    </filter>
</phpunit>