There was an error while loading. Please reload this page.
1 parent d4d0d10 commit c8b2fd2Copy full SHA for c8b2fd2
phpunit.xml.dist
@@ -1,6 +1,9 @@
1
<?xml version="1.0" encoding="UTF-8"?>
2
3
-<phpunit backupGlobals="false"
+<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"
7
backupStaticAttributes="false"
8
colors="true"
9
convertErrorsToExceptions="true"
0 commit comments