vendor/doctrine-migrations/phpunit.xml.dist
author cavaliet
Tue, 08 Apr 2014 13:08:20 +0200
changeset 115 1d69aaebe245
parent 39 03b14b0fe101
permissions -rw-r--r--
update read me

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