Skip to content

Commit 547d73a

Browse files
committed
Specify phpunit schema
1 parent 1ddf869 commit 547d73a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

tests/phpunit.xml

+3-1
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,15 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<phpunit
3+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
34
bootstrap="./bootstrap.php"
45
colors="true"
56
convertNoticesToExceptions="true"
67
convertWarningsToExceptions="true"
78
stopOnError="false"
89
stopOnFailure="false"
910
stopOnIncomplete="false"
10-
stopOnSkipped="false">
11+
stopOnSkipped="false"
12+
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/9.3/phpunit.xsd">
1113
<coverage processUncoveredFiles="true">
1214
<include>
1315
<directory suffix=".php">../src/</directory>

0 commit comments

Comments
 (0)