We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8a66c0e commit 6fe3f91Copy full SHA for 6fe3f91
phpunit.xml.dist
@@ -1,6 +1,8 @@
1
<?xml version="1.0" encoding="UTF-8"?>
2
3
-<phpunit bootstrap="./vendor/autoload.php"
+<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
4
+ xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/7.4/phpunit.xsd"
5
+ bootstrap="./vendor/autoload.php"
6
colors="true"
7
convertErrorsToExceptions="true"
8
convertNoticesToExceptions="true"
0 commit comments