We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1ddf869 commit 547d73aCopy full SHA for 547d73a
tests/phpunit.xml
@@ -1,13 +1,15 @@
1
<?xml version="1.0" encoding="UTF-8"?>
2
<phpunit
3
+ xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4
bootstrap="./bootstrap.php"
5
colors="true"
6
convertNoticesToExceptions="true"
7
convertWarningsToExceptions="true"
8
stopOnError="false"
9
stopOnFailure="false"
10
stopOnIncomplete="false"
- stopOnSkipped="false">
11
+ stopOnSkipped="false"
12
+ xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/9.3/phpunit.xsd">
13
<coverage processUncoveredFiles="true">
14
<include>
15
<directory suffix=".php">../src/</directory>
0 commit comments