Skip to content

Commit

Permalink
DEV: restructure tests: remove unused suites from xml
Browse files Browse the repository at this point in the history
  • Loading branch information
TonisOrmisson committed Jan 9, 2018
1 parent b827c01 commit c7d7637
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions phpunit.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,21 +14,5 @@
<directory>tests/acceptance</directory>
</testsuite>


<testsuite name="Questions">
<directory>tests/unit/admin/questions</directory>
</testsuite>
<testsuite name="Helpers">
<directory>tests/helpers</directory>
</testsuite>
<testsuite name="Models">
<directory>tests/models</directory>
</testsuite>
<testsuite name="Controllers">
<directory>tests/controllers</directory>
</testsuite>
<testsuite name="Surveys">
<directory>tests/surveys</directory>
</testsuite>
</testsuites>
</phpunit>

0 comments on commit c7d7637

Please sign in to comment.