Skip to content

Commit

Permalink
Update phpunit.xml.dist
Browse files Browse the repository at this point in the history
  • Loading branch information
realodix committed Nov 6, 2023
1 parent 89101eb commit 3bbf5e8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions phpunit.xml.dist
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
<?xml version="1.0" encoding="UTF-8"?>
<phpunit
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/10.0/phpunit.xsd"
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/9.6/phpunit.xsd"
bootstrap="vendor/autoload.php"
cacheResultFile=".tmp/PHPUnit/.phpunit.result.cache"
colors="true"
Expand All @@ -14,7 +14,7 @@

<coverage cacheDirectory=".tmp/PHPUnit">
<include>
<directory suffix=".php">src</directory>
<directory>src</directory>
</include>
</coverage>
</phpunit>

0 comments on commit 3bbf5e8

Please sign in to comment.