We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 83d1914 commit b49255bCopy full SHA for b49255b
phpunit.xml.dist
@@ -1,18 +1,14 @@
1
<?xml version="1.0" encoding="UTF-8"?>
2
<phpunit backupGlobals="false"
3
- backupStaticAttributes="false"
4
bootstrap="vendor/autoload.php"
5
colors="true"
6
- convertErrorsToExceptions="true"
7
- convertNoticesToExceptions="true"
8
- convertWarningsToExceptions="true"
9
processIsolation="false"
10
stopOnFailure="false">
11
- <coverage>
+ <source>
12
<include>
13
<directory suffix=".php">./src</directory>
14
</include>
15
- </coverage>
+ </source>
16
<testsuites>
17
<testsuite name="Test Suite">
18
<directory suffix="Test.php">tests</directory>
0 commit comments