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 9407847 commit c90a789Copy full SHA for c90a789
phpunit.xml.dist
@@ -1,7 +1,10 @@
1
<?xml version="1.0" encoding="utf-8"?>
2
-<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" bootstrap="vendor/autoload.php"
3
- colors="true" verbose="true" convertDeprecationsToExceptions="false"
4
- xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/9.3/phpunit.xsd">
+<phpunit
+ bootstrap="vendor/autoload.php"
+ colors="true"
5
+ verbose="true"
6
+ convertDeprecationsToExceptions="false"
7
+>
8
<coverage>
9
<include>
10
<directory suffix=".php">src</directory>
0 commit comments