Skip to content
This repository was archived by the owner on Dec 2, 2021. It is now read-only.

Commit 4da6c2e

Browse files
committed
Add PHPUnit noNamespaceSchemaLocation
1 parent 90d79db commit 4da6c2e

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

phpunit.xml.dist

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,9 @@
11
<?xml version="1.0" encoding="UTF-8"?>
2-
3-
<phpunit bootstrap="./vendor/autoload.php" colors="true">
4-
2+
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3+
xsi:noNamespaceSchemaLocation="./vendor/phpunit/phpunit/phpunit.xsd"
4+
bootstrap="./vendor/autoload.php"
5+
colors="true"
6+
>
57
<testsuites>
68
<testsuite name="SchebTwoFactorBundle test suite">
79
<directory suffix="Test.php">./Tests</directory>

0 commit comments

Comments
 (0)