Re-implemented basic account controller tests.

This commit is contained in:
James Cole
2017-02-12 11:25:17 +01:00
parent 1a204d31e7
commit 5528663727
5 changed files with 319 additions and 10 deletions

View File

@@ -10,11 +10,12 @@
beStrictAboutOutputDuringTests="true"
stopOnFailure="true">
<testsuites>
<testsuite name="acceptance">
<directory suffix="Test.php">./tests/acceptance</directory>
<testsuite name="Feature Tests">
<directory suffix="Test.php">./tests/Feature</directory>
</testsuite>
<testsuite name="unit">
<directory suffix="Test.php">./tests/unit</directory>
<testsuite name="Unit Tests">
<directory suffix="Test.php">./tests/Unit</directory>
</testsuite>
</testsuites>