|
@@ -1,16 +1,23 @@
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
<?xml version="1.0" encoding="UTF-8"?>
|
|
|
|
|
|
-<phpunit backupGlobals="false"
|
|
|
|
|
|
+<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
|
|
|
|
+ xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/5.7/phpunit.xsd"
|
|
|
|
+ backupGlobals="false"
|
|
backupStaticAttributes="false"
|
|
backupStaticAttributes="false"
|
|
|
|
+ beStrictAboutTestsThatDoNotTestAnything="true"
|
|
colors="true"
|
|
colors="true"
|
|
convertErrorsToExceptions="true"
|
|
convertErrorsToExceptions="true"
|
|
convertNoticesToExceptions="true"
|
|
convertNoticesToExceptions="true"
|
|
convertWarningsToExceptions="true"
|
|
convertWarningsToExceptions="true"
|
|
|
|
+ failOnRisky="true"
|
|
|
|
+ strict="false"
|
|
processIsolation="false"
|
|
processIsolation="false"
|
|
stopOnFailure="false"
|
|
stopOnFailure="false"
|
|
- syntaxCheck="false"
|
|
|
|
bootstrap="./bootstrap.php"
|
|
bootstrap="./bootstrap.php"
|
|
>
|
|
>
|
|
|
|
+ <php>
|
|
|
|
+ <env name="SYMFONY_DEPRECATIONS_HELPER" value="weak"/>
|
|
|
|
+ </php>
|
|
<testsuites>
|
|
<testsuites>
|
|
<testsuite name="Full Composer Test Suite">
|
|
<testsuite name="Full Composer Test Suite">
|
|
<directory>./Composer/</directory>
|
|
<directory>./Composer/</directory>
|