1
0
Fork 0
mirror of synced 2025-04-03 13:23:37 +03:00

Enabled colors for the PHPUnit output on Travis

This commit is contained in:
Christophe Coevoet 2014-08-22 13:42:43 +02:00
parent 400acad533
commit e7739d9411
3 changed files with 5 additions and 5 deletions

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<phpunit bootstrap="../Doctrine/Tests/TestInit.php"> <phpunit bootstrap="../Doctrine/Tests/TestInit.php" colors="true">
<php> <php>
<var name="db_type" value="pdo_mysql"/> <var name="db_type" value="pdo_mysql"/>
<var name="db_host" value="localhost" /> <var name="db_host" value="localhost" />

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<phpunit bootstrap="../Doctrine/Tests/TestInit.php"> <phpunit bootstrap="../Doctrine/Tests/TestInit.php" colors="true">
<php> <php>
<!-- "Real" test database --> <!-- "Real" test database -->
<var name="db_type" value="pdo_pgsql"/> <var name="db_type" value="pdo_pgsql"/>
@ -36,4 +36,4 @@
</exclude> </exclude>
</groups> </groups>
</phpunit> </phpunit>

View file

@ -1,5 +1,5 @@
<?xml version="1.0" encoding="utf-8"?> <?xml version="1.0" encoding="utf-8"?>
<phpunit bootstrap="../Doctrine/Tests/TestInit.php"> <phpunit bootstrap="../Doctrine/Tests/TestInit.php" colors="true">
<testsuites> <testsuites>
<testsuite name="Doctrine ORM Test Suite"> <testsuite name="Doctrine ORM Test Suite">
@ -18,4 +18,4 @@
</exclude> </exclude>
</groups> </groups>
</phpunit> </phpunit>