We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent efde3ba commit 0bc35dcCopy full SHA for 0bc35dc
phpunit.xml.dist
@@ -10,6 +10,8 @@
10
convertWarningsToExceptions="true"
11
processIsolation="false"
12
stopOnFailure="false"
13
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
14
+ xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/11.0/phpunit.xsd"
15
>
16
<testsuites>
17
<testsuite name="Package Test Suite">
0 commit comments