Skip to content

Commit e5841e0

Browse files
author
Dominik Jansen
committed
refactor: add xmlns to phpunit config
1 parent 6c6d388 commit e5841e0

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

phpunit.xml.dist

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,8 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
<phpunit bootstrap="vendor/autoload.php"
2+
<phpunit
3+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4+
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/9.4/phpunit.xsd"
5+
bootstrap="vendor/autoload.php"
36
backupGlobals="false"
47
backupStaticAttributes="false"
58
colors="true"

0 commit comments

Comments
 (0)