Merge pull request #1119 from stof/travis_colors
Enabled colors for the PHPUnit output on Travis
This commit is contained in:
commit
65f8357b46
@ -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" />
|
||||||
|
@ -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"/>
|
||||||
|
@ -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">
|
||||||
|
Loading…
x
Reference in New Issue
Block a user