updated phpunit config

This commit is contained in:
Geoff Doty 2018-12-09 03:16:46 -05:00
parent d750252304
commit d4f0cc7866
1 changed files with 7 additions and 8 deletions

View File

@ -1,12 +1,11 @@
<?xml version="1.0" encoding="UTF-8"?> <?xml version="1.0" encoding="UTF-8"?>
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" <phpunit bootstrap="vendor/autoload.php"
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/7.5/phpunit.xsd" colors="true"
bootstrap="vendor/autoload.php" convertErrorsToExceptions="true"
forceCoversAnnotation="true" convertNoticesToExceptions="true"
beStrictAboutCoversAnnotation="true" convertWarningsToExceptions="true"
beStrictAboutOutputDuringTests="true" processIsolation="false"
beStrictAboutTodoAnnotatedTests="true" stopOnFailure="false">
verbose="true">
<testsuites> <testsuites>
<testsuite name="default"> <testsuite name="default">
<directory>tests</directory> <directory>tests</directory>