Add verbose to PHPUnit config

This commit is contained in:
Hypolite Petovan 2018-07-03 08:44:14 -04:00
parent eaa3e4d157
commit f9747708d8
1 changed files with 3 additions and 1 deletions

View File

@ -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>