Skip to content

Commit c90a789

Browse files
committed
Update PHPUnit config
1 parent 9407847 commit c90a789

File tree

1 file changed

+6
-3
lines changed

1 file changed

+6
-3
lines changed

phpunit.xml.dist

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,10 @@
11
<?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">
2+
<phpunit
3+
bootstrap="vendor/autoload.php"
4+
colors="true"
5+
verbose="true"
6+
convertDeprecationsToExceptions="false"
7+
>
58
<coverage>
69
<include>
710
<directory suffix=".php">src</directory>

0 commit comments

Comments
 (0)