Skip to content

Commit

Permalink
Temporary remove old PHPUnit config
Browse files Browse the repository at this point in the history
  • Loading branch information
SOHELAHMED7 committed Sep 14, 2024
1 parent 27e2618 commit b4c19c7
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -13,11 +13,7 @@
<directory suffix="Test.php">./tests</directory>
</testsuite>
</testsuites>
<filter><!-- compatibility with PHPUnit < 9 -->
<whitelist>
<directory>./src</directory>
</whitelist>
</filter>

<coverage>
<include>
<directory>./src</directory>
Expand Down

0 comments on commit b4c19c7

Please sign in to comment.