Skip to content

Commit

Permalink
DEV: restructure tests: move Question tests
Browse files Browse the repository at this point in the history
# Conflicts:
#	phpunit.xml
#	tests/acceptance/questions/DateTimeDefaultAnswerExpressionTest.php
#	tests/acceptance/questions/DateTimeForwardBackTest.php
#	tests/acceptance/questions/DateTimeTest.php
  • Loading branch information
TonisOrmisson committed Jan 9, 2018
1 parent 98ccbc0 commit 42f617d
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions phpunit.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,5 +14,22 @@
<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 42f617d

Please sign in to comment.