Expand test cases.

This commit is contained in:
James Cole
2021-03-13 19:47:19 +01:00
parent 1f50f65bb7
commit 25bc0b0b78
10 changed files with 315 additions and 96 deletions
+2 -22
View File
@@ -35,29 +35,9 @@
</include>
</coverage>
<testsuites>
<testsuite name="ApiAccount">
<directory suffix="Test.php">./tests/Api/Models/Account</directory>
<testsuite name="Api">
<directory suffix="Test.php">./tests/Api/Models</directory>
</testsuite>
<testsuite name="ApiAttachment">
<directory suffix="Test.php">./tests/Api/Models/Attachment</directory>
</testsuite>
<testsuite name="ApiAb">
<directory suffix="Test.php">./tests/Api/Models/AvailableBudget</directory>
</testsuite>
<testsuite name="ApiBill">
<directory suffix="Test.php">./tests/Api/Models/Bill</directory>
</testsuite>
<!--
<testsuite name="Api">
<directory suffix="Test.php">./tests/Api</directory>
</testsuite>
<testsuite name="Unit">
<directory suffix="Test.php">./tests/Unit</directory>
</testsuite>
-->
</testsuites>
<php>
<env name="APP_ENV" value="testing"/>