vendor/doctrine-migrations/phpunit.xml.dist
author cavaliet
Wed, 16 May 2012 18:17:19 +0200
changeset 91 946fb70edd8f
parent 39 03b14b0fe101
permissions -rw-r--r--
update readme

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