Expand API test to bill store.

This commit is contained in:
James Cole
2021-03-13 16:47:29 +01:00
parent bdb298740a
commit c9f7f877c0
15 changed files with 679 additions and 178 deletions

View File

@@ -35,9 +35,18 @@
</include>
</coverage>
<testsuites>
<testsuite name="Api">
<testsuite name="ApiAccount">
<directory suffix="Test.php">./tests/Api/Models/Account</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">