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 253f09a commit 81b8317Copy full SHA for 81b8317
phpunit.xml.dist
@@ -2,7 +2,7 @@
2
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" backupGlobals="false" backupStaticAttributes="false" colors="true" convertErrorsToExceptions="true" convertNoticesToExceptions="true" convertWarningsToExceptions="true" processIsolation="false" stopOnFailure="false" bootstrap="test/bootstrap.php" xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/9.3/phpunit.xsd">
3
<coverage>
4
<include>
5
- <directory>lib</directory>
+ <directory suffix=".php">lib</directory>
6
</include>
7
</coverage>
8
<testsuites>
0 commit comments