Skip to content

Commit

Permalink
Update test config
Browse files Browse the repository at this point in the history
  • Loading branch information
misantron committed Feb 3, 2025
1 parent 1e88be6 commit 432cee8
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions phpunit.xml.dist
Original file line number Diff line number Diff line change
Expand Up @@ -5,15 +5,14 @@
colors="true">

<testsuites>
<testsuite name="all">
<directory>tests/</directory>
<exclude>tests/_files/*</exclude>
</testsuite>
<testsuite name="unit">
<directory>tests/</directory>
<exclude>tests/_files/*</exclude>
<exclude>tests/Operation/OperationsMySQLTest.php</exclude>
</testsuite>
<testsuite name="functional">
<file>tests/Operation/OperationsMySQLTest.php</file>
</testsuite>
</testsuites>

<php>
Expand Down

0 comments on commit 432cee8

Please sign in to comment.