Enabled colors for the PHPUnit output on Travis
This commit is contained in:
parent
400acad533
commit
e7739d9411
@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<phpunit bootstrap="../Doctrine/Tests/TestInit.php">
|
||||
<phpunit bootstrap="../Doctrine/Tests/TestInit.php" colors="true">
|
||||
<php>
|
||||
<var name="db_type" value="pdo_mysql"/>
|
||||
<var name="db_host" value="localhost" />
|
||||
|
@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<phpunit bootstrap="../Doctrine/Tests/TestInit.php">
|
||||
<phpunit bootstrap="../Doctrine/Tests/TestInit.php" colors="true">
|
||||
<php>
|
||||
<!-- "Real" test database -->
|
||||
<var name="db_type" value="pdo_pgsql"/>
|
||||
@ -36,4 +36,4 @@
|
||||
</exclude>
|
||||
</groups>
|
||||
|
||||
</phpunit>
|
||||
</phpunit>
|
||||
|
@ -1,5 +1,5 @@
|
||||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<phpunit bootstrap="../Doctrine/Tests/TestInit.php">
|
||||
<phpunit bootstrap="../Doctrine/Tests/TestInit.php" colors="true">
|
||||
|
||||
<testsuites>
|
||||
<testsuite name="Doctrine ORM Test Suite">
|
||||
@ -18,4 +18,4 @@
|
||||
</exclude>
|
||||
</groups>
|
||||
|
||||
</phpunit>
|
||||
</phpunit>
|
||||
|
Loading…
Reference in New Issue
Block a user