Skip to content

Commit

Permalink
Add PHP8 Compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
antonkomarev committed Oct 11, 2023
1 parent 5559d64 commit f9334ec
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -8,11 +8,5 @@
<testsuite name="Unit">
<directory suffix="Test.php">./src/main/php</directory>
</testsuite>
<testsuite name="Feature">
<directory suffix="Test.php">./tests/Feature</directory>
</testsuite>
<testsuite name="OpenTsdbUnit">
<directory suffix="Test.php">./packages/open-tsdb/test/Unit</directory>
</testsuite>
</testsuites>
</phpunit>

0 comments on commit f9334ec

Please sign in to comment.