updated phpunit config
This commit is contained in:
parent
d750252304
commit
d4f0cc7866
15
phpunit.xml
15
phpunit.xml
|
@ -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>
|
||||||
|
|
Loading…
Reference in New Issue