Skip to content

Commit

Permalink
Update .phpunit.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
xPaw committed Sep 25, 2023
1 parent d5e92db commit 1cdbb5d
Showing 1 changed file with 16 additions and 11 deletions.
27 changes: 16 additions & 11 deletions .phpunit.xml
Original file line number Diff line number Diff line change
@@ -1,13 +1,18 @@
<?xml version="1.0" encoding="UTF-8"?>
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" colors="true" cacheResult="false" xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/9.3/phpunit.xsd">
<coverage>
<report>
<clover outputFile="build/logs/clover.xml"/>
</report>
</coverage>
<testsuites>
<testsuite name="SteamID facts">
<file>./.test.php</file>
</testsuite>
</testsuites>
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" colors="true" cacheResult="false" xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/10.3/phpunit.xsd">
<coverage>
<report>
<clover outputFile="build/logs/clover.xml"/>
</report>
</coverage>
<testsuites>
<testsuite name="SteamID facts">
<file>./.test.php</file>
</testsuite>
</testsuites>
<source>
<include>
<directory suffix=".php">.</directory>
</include>
</source>
</phpunit>

0 comments on commit 1cdbb5d

Please sign in to comment.