We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c86311 commit 40fca2aCopy full SHA for 40fca2a
phpunit.xml
@@ -1,13 +1,14 @@
1
<?xml version="1.0" encoding="UTF-8"?>
2
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3
- xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/9.3/phpunit.xsd"
+ xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/9.5/phpunit.xsd"
4
bootstrap="vendor/autoload.php"
5
cacheResultFile=".phpunit.cache/test-results"
6
executionOrder="depends,defects"
7
forceCoversAnnotation="true"
8
beStrictAboutCoversAnnotation="true"
9
beStrictAboutOutputDuringTests="true"
10
beStrictAboutTodoAnnotatedTests="true"
11
+ convertDeprecationsToExceptions="true"
12
failOnRisky="true"
13
failOnWarning="true"
14
colors="true"
0 commit comments