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 82b820d commit 272c16aCopy full SHA for 272c16a
phpunit.xml.dist
@@ -1,15 +1,16 @@
1
<?xml version="1.0" encoding="UTF-8"?>
2
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
3
- xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/9.3/phpunit.xsd"
4
- bootstrap="src/autoload.php">
5
- <coverage processUncoveredFiles="true">
6
- <include>
7
- <directory suffix=".php">src</directory>
8
- </include>
9
- </coverage>
+ xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/12.3/phpunit.xsd"
+ bootstrap="src/autoload.php"
+ cacheDirectory=".phpunit.cache">
10
<testsuites>
11
<testsuite name="Unit tests">
12
<directory>tests/</directory>
13
</testsuite>
14
</testsuites>
+ <source>
+ <include>
+ <directory suffix=".php">src</directory>
+ </include>
15
+ </source>
16
</phpunit>
0 commit comments