Commit 742d2a29 authored by Bas de Nooijer's avatar Bas de Nooijer Committed by GitHub

Merge pull request #512 from localheinz/feature/color

Enhancement: Configure phpunit to use color
parents 6497cf15 755a837a
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<phpunit backupGlobals="false" backupStaticAttributes="false" syntaxCheck="false" bootstrap="tests/bootstrap.php"> <phpunit
backupGlobals="false"
backupStaticAttributes="false"
syntaxCheck="false"
bootstrap="tests/bootstrap.php"
colors="true"
>
<testsuites> <testsuites>
<testsuite name="Solarium"> <testsuite name="Solarium">
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment