Skip to content

Commit

Permalink
Added some debugging statements to understand why coverage is off (#74)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidbyoung committed Oct 18, 2020
1 parent 3abc4fa commit 7ed136d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion phpunit.xml.dist
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<?xml version="1.0"?>
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" bootstrap="vendor/autoload.php" colors="true" xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/9.3/phpunit.xsd">
<phpunit xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" bootstrap="vendor/autoload.php" colors="true" xsi:noNamespaceSchemaLocation="https://schema.phpunit.de/9.4/phpunit.xsd">
<coverage>
<include>
<directory suffix=".php">src</directory>
Expand Down

0 comments on commit 7ed136d

Please sign in to comment.