Add listener for VisualPHPUnit
This commit is contained in:
parent
a17ca3a69a
commit
bc8957a195
|
@ -11,4 +11,7 @@
|
||||||
<directory suffix=".php">../3rdparty</directory>
|
<directory suffix=".php">../3rdparty</directory>
|
||||||
</exclude>
|
</exclude>
|
||||||
</whitelist>
|
</whitelist>
|
||||||
|
<listeners>
|
||||||
|
<listener class="PHPUnit_Util_Log_JSON"></listener>
|
||||||
|
</listeners>
|
||||||
</phpunit>
|
</phpunit>
|
||||||
|
|
Loading…
Reference in New Issue