Skip to content

Commit

Permalink
Dev: Include unit/ folder in tests (adapted to dev branch)
Browse files Browse the repository at this point in the history
  • Loading branch information
olleharstedt committed Nov 11, 2019
1 parent 49cccd2 commit 80744c3
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions phpunit.xml
Expand Up @@ -15,6 +15,9 @@
<testsuite name="Controllers">
<directory>tests/controllers</directory>
</testsuite>
<testsuite name="Unit">
<directory>tests/unit</directory>
</testsuite>
<testsuite name="Acceptance">
<directory>tests/functional/acceptance</directory>
</testsuite>
Expand Down

0 comments on commit 80744c3

Please sign in to comment.