Add verbose to PHPUnit config
This commit is contained in:
parent
eaa3e4d157
commit
f9747708d8
1 changed files with 3 additions and 1 deletions
|
@ -1,5 +1,7 @@
|
||||||
<?xml version="1.0"?>
|
<?xml version="1.0"?>
|
||||||
<phpunit bootstrap="tests/bootstrap.php">
|
<phpunit
|
||||||
|
bootstrap="tests/bootstrap.php"
|
||||||
|
verbose="true">
|
||||||
<testsuites>
|
<testsuites>
|
||||||
<testsuite>
|
<testsuite>
|
||||||
<directory>tests/</directory>
|
<directory>tests/</directory>
|
||||||
|
|
Loading…
Reference in a new issue