Commit 755a837a authored by Andreas Möller's avatar Andreas Möller

Enhancement: Configure phpunit to use color

parent bd31d834
<?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>
<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