Skip to content

Commit

Permalink
Fix test config
Browse files Browse the repository at this point in the history
  • Loading branch information
abnegate committed Nov 2, 2023
1 parent 327acfd commit 1060cc1
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions phpunit.xml
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,8 @@
stopOnFailure="false"
>
<testsuites>
<testsuite name="unit">
<directory>./tests/unit</directory>
</testsuite>
<testsuite name="e2e">
<directory>./tests/e2e/</directory>
<testsuite name="Application Test Suite">
<directory>./tests/</directory>
</testsuite>
</testsuites>
</phpunit>

0 comments on commit 1060cc1

Please sign in to comment.