|
|
@ -1,6 +1,7 @@ |
|
|
|
<?xml version="1.0" encoding="utf-8"?> |
|
|
|
<?xml version="1.0" encoding="utf-8"?> |
|
|
|
<phpunit bootstrap="./tests/bootstrap.php" |
|
|
|
<phpunit bootstrap="./tests/bootstrap.php" |
|
|
|
colors="true" |
|
|
|
colors="true" |
|
|
|
|
|
|
|
verbose="true" |
|
|
|
convertErrorsToExceptions="true" |
|
|
|
convertErrorsToExceptions="true" |
|
|
|
convertNoticesToExceptions="true" |
|
|
|
convertNoticesToExceptions="true" |
|
|
|
convertWarningsToExceptions="true" |
|
|
|
convertWarningsToExceptions="true" |
|
|
|