1
0
mirror of https://github.com/Seldaek/monolog.git synced 2025-08-26 14:34:32 +02:00

Added color output to phpunit

This commit is contained in:
Jordi Boggiano
2011-08-08 01:37:02 +02:00
parent 315baaf143
commit 3e106bfc1a

View File

@@ -1,6 +1,6 @@
<?xml version="1.0" encoding="UTF-8"?>
<phpunit bootstrap="tests/bootstrap.php">
<phpunit bootstrap="tests/bootstrap.php" colors="true">
<testsuites>
<testsuite name="Monolog Test Suite">
<directory>tests/Monolog/</directory>