<?xml version="1.0" encoding="UTF-8"?> <phpunit colors="true" bootstrap="tests/bootstrap.php"> <testsuites> <testsuite name="Doctrine2 Database Migrations Test Suite"> <directory>./tests/Doctrine/</directory> </testsuite> </testsuites> <filter> <whitelist> <directory>./lib/</directory> </whitelist> </filter> </phpunit>