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 dd4792e commit 3ffb939Copy full SHA for 3ffb939
phpunit.xml.dist
@@ -1,9 +1,8 @@
1
<?xml version="1.0" encoding="UTF-8"?>
2
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3
- xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/9.3/phpunit.xsd"
+ xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/8.0/phpunit.xsd"
4
backupGlobals="false"
5
backupStaticAttributes="false"
6
- bootstrap="vendor/autoload.php"
7
colors="true"
8
convertErrorsToExceptions="true"
9
convertNoticesToExceptions="true"
0 commit comments