mirror of
https://github.com/firefly-iii/firefly-iii.git
synced 2025-10-15 00:27:30 +00:00
Expand API test to bill store.
This commit is contained in:
11
phpunit.xml
11
phpunit.xml
@@ -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">
|
||||
|
Reference in New Issue
Block a user