1 parent 782346f commit 3600eb0Copy full SHA for 3600eb0
1 file changed
phpunit.xml.dist
@@ -1,13 +1,21 @@
1
<?xml version="1.0" encoding="UTF-8"?>
2
-<phpunit colors="true" convertNoticesToExceptions="true" convertWarningsToExceptions="true" stopOnError="false" stopOnFailure="false" stopOnIncomplete="false" stopOnSkipped="false">
+<phpunit
3
+ colors="true"
4
+ stopOnError="false"
5
+ stopOnFailure="false"
6
+ stopOnIncomplete="false"
7
+ stopOnSkipped="false"
8
+ failOnWarning="false"
9
+ failOnDeprecation="false"
10
+>
11
<testsuites>
12
<testsuite name="all">
13
<directory suffix="Test.php">tests/</directory>
14
</testsuite>
15
</testsuites>
- <filter>
- <whitelist processUncoveredFilesFromWhitelist="true">
16
+ <source>
17
+ <include>
18
<directory suffix=".php">src/</directory>
- </whitelist>
- </filter>
-</phpunit>
19
+ </include>
20
+ </source>
21
+</phpunit>
0 commit comments