vendor/doctrine-migrations/phpunit.xml.dist
author ymh <ymh.work@gmail.com>
Tue, 20 Mar 2012 13:08:44 +0100
changeset 83 db5efc0fec8d
parent 39 03b14b0fe101
permissions -rw-r--r--
update sub repos

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

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