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 5220d79 commit 9252dadCopy full SHA for 9252dad
phpunit.xml.dist
@@ -1,10 +1,13 @@
1
+<?xml version="1.0" ?>
2
<phpunit
3
bootstrap="tests/bootstrap.php"
4
colors="true"
5
convertErrorsToExceptions="true"
6
convertWarningsToExceptions="true"
7
convertNoticesToExceptions="true"
8
convertDeprecationsToExceptions="true"
9
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
10
+ xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/8.5/phpunit.xsd"
11
>
12
<testsuites>
13
<testsuite name="default">
0 commit comments