Skip to content

Commit

Permalink
Update phpunit.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
ivopetkov committed Dec 3, 2021
1 parent af5195a commit 2a66968
Showing 1 changed file with 6 additions and 16 deletions.
22 changes: 6 additions & 16 deletions phpunit.xml
Original file line number Diff line number Diff line change
@@ -1,23 +1,13 @@
<?xml version="1.0"?>
<phpunit bootstrap="tests/bootstrap.php"
colors="false"
convertErrorsToExceptions="true"
convertNoticesToExceptions="true"
convertWarningsToExceptions="true"
beStrictAboutOutputDuringTests="true"
stopOnFailure="true">
<phpunit bootstrap="vendor/autoload.php">
<testsuites>
<testsuite name="">
<directory>./tests/</directory>
</testsuite>
</testsuites>
<logging>
<log type="coverage-clover" target="coverage.xml"/>
</logging>
<filter>
<whitelist>
<coverage>
<include>
<directory>./classes/</directory>
<file>./index.php</file>
</whitelist>
</filter>
</phpunit>
</include>
</coverage>
</phpunit>

0 comments on commit 2a66968

Please sign in to comment.