Skip to content

Commit

Permalink
chore: Fix paths for feature and unit testing
Browse files Browse the repository at this point in the history
  • Loading branch information
ollieread committed Nov 18, 2024
1 parent 297e7d0 commit c4a3a1b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions phpunit.xml
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@
<directory>tests/_Original</directory>
</testsuite>
<testsuite name="Feature">
<directory>tests/Feature</directory>
<directory>./tests/Feature</directory>
</testsuite>
<testsuite name="Unit">
<directory>tests/Unit</directory>
<directory>./tests/Unit</directory>
</testsuite>
</testsuites>
<source>
Expand Down

0 comments on commit c4a3a1b

Please sign in to comment.