Skip to content

Commit b49255b

Browse files
committed
update phpunit configuration
1 parent 83d1914 commit b49255b

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

phpunit.xml.dist

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,14 @@
11
<?xml version="1.0" encoding="UTF-8"?>
22
<phpunit backupGlobals="false"
3-
backupStaticAttributes="false"
43
bootstrap="vendor/autoload.php"
54
colors="true"
6-
convertErrorsToExceptions="true"
7-
convertNoticesToExceptions="true"
8-
convertWarningsToExceptions="true"
95
processIsolation="false"
106
stopOnFailure="false">
11-
<coverage>
7+
<source>
128
<include>
139
<directory suffix=".php">./src</directory>
1410
</include>
15-
</coverage>
11+
</source>
1612
<testsuites>
1713
<testsuite name="Test Suite">
1814
<directory suffix="Test.php">tests</directory>

0 commit comments

Comments
 (0)