Skip to content

Commit 4c4bae3

Browse files
committed
Reference phpunit.xsd from vendor to make it always up-to-date
1 parent 639cb48 commit 4c4bae3

File tree

1 file changed

+1
-7
lines changed

1 file changed

+1
-7
lines changed

phpunit.xml.dist

+1-7
Original file line numberDiff line numberDiff line change
@@ -3,15 +3,9 @@
33
<!-- http://www.phpunit.de/manual/current/en/appendixes.configuration.html -->
44
<phpunit
55
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
6-
xsi:noNamespaceSchemaLocation="http://schema.phpunit.de/4.6/phpunit.xsd"
6+
xsi:noNamespaceSchemaLocation="vendor/phpunit/phpunit/phpunit.xsd"
77
backupGlobals="false"
8-
backupStaticAttributes="false"
98
colors="true"
10-
convertErrorsToExceptions="true"
11-
convertNoticesToExceptions="true"
12-
convertWarningsToExceptions="true"
13-
processIsolation="false"
14-
stopOnFailure="false"
159
bootstrap="tests/bootstrap.php"
1610
>
1711

0 commit comments

Comments
 (0)