Skip to content

Commit

Permalink
Test for Subscription entity
Browse files Browse the repository at this point in the history
  • Loading branch information
stephangroen committed Aug 30, 2022
1 parent 104079e commit 277cca6
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions tests/EntityTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@
use Picqer\Financials\Moneybird\Entities\SalesInvoicePayment;
use Picqer\Financials\Moneybird\Entities\SalesInvoiceReminder;
use Picqer\Financials\Moneybird\Entities\SalesInvoiceTaxTotal;
use Picqer\Financials\Moneybird\Entities\Subscription;
use Picqer\Financials\Moneybird\Entities\TaxRate;
use Picqer\Financials\Moneybird\Entities\TimeEntry;
use Picqer\Financials\Moneybird\Entities\TypelessDocument;
Expand Down Expand Up @@ -212,6 +213,11 @@ public function testSalesInvoiceTaxTotalEntity()
$this->performEntityTest(SalesInvoiceTaxTotal::class);
}

public function testSubscriptionEntity()
{
$this->performEntityTest(Subscription::class);
}

public function testNoteEntity()
{
$this->performEntityTest(Note::class);
Expand Down

0 comments on commit 277cca6

Please sign in to comment.