Skip to content

Commit

Permalink
Exclude Dummy class (used for test) from phpunit suite
Browse files Browse the repository at this point in the history
  • Loading branch information
drjayvee committed Oct 23, 2024
1 parent a7ce2fa commit 57c8239
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions phpunit.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,7 @@
<testsuite name="Project Test Suite">
<directory suffix=".php">./tests</directory>
<exclude>./tests/AbstractTestCase.php</exclude>
<exclude>./tests/Type/Dummy.php</exclude>
</testsuite>
</testsuites>

Expand Down

0 comments on commit 57c8239

Please sign in to comment.