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 ac4284a commit d4db3f2Copy full SHA for d4db3f2
phpunit.xml.dist
@@ -2,13 +2,8 @@
2
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/9.3/phpunit.xsd" backupGlobals="false" colors="true" bootstrap="vendor/autoload.php">
3
<coverage>
4
<include>
5
- <directory>./</directory>
+ <directory>src</directory>
6
</include>
7
- <exclude>
8
- <directory>./src/resources</directory>
9
- <directory>./tests</directory>
10
- <directory>./vendor</directory>
11
- </exclude>
12
</coverage>
13
<php>
14
<ini name="error_reporting" value="-1"/>
0 commit comments