Skip to content
This repository has been archived by the owner on Jan 9, 2025. It is now read-only.

Commit

Permalink
Added coverage info
Browse files Browse the repository at this point in the history
  • Loading branch information
CommandString committed May 1, 2023
1 parent aea399b commit aed68e0
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions phpunit.xml
Original file line number Diff line number Diff line change
@@ -1,8 +1,18 @@
<phpunit cacheResult='false' colors='true'>
<?xml version="1.0"?>
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" colors="true"
xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/10.1/phpunit.xsd"
beStrictAboutOutputDuringTests="true" failOnRisky="true" failOnWarning="true"
cacheDirectory=".phpunit.cache">
<testsuites>
<testsuite name="Application Test Suite">
<testsuite name="default">
<file>tests/RouterTests.php</file>
<file>tests/RouteTests.php</file>
</testsuite>
</testsuites>
<coverage />
<source>
<include>
<directory suffix=".php">src</directory>
</include>
</source>
</phpunit>

0 comments on commit aed68e0

Please sign in to comment.