Skip to content

Commit c8b2fd2

Browse files
localheinzpbrisbin
authored andcommitted
Enhancement: Reference configuration schema
1 parent d4d0d10 commit c8b2fd2

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,6 +1,9 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22

3-
<phpunit backupGlobals="false"
3+
<phpunit
4+
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
5+
xsi:noNamespaceSchemaLocation="http://schema.phpunit.de/4.8/phpunit.xsd"
6+
backupGlobals="false"
47
backupStaticAttributes="false"
58
colors="true"
69
convertErrorsToExceptions="true"

0 commit comments

Comments
 (0)