mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-05-24 02:14:21 -04:00
Fixes for tests
This commit is contained in:
parent
b113859690
commit
56b29939bb
@ -159,8 +159,10 @@ class RefundTest extends TestCase
|
||||
$this->invoice->setRelation('client', $this->client);
|
||||
$this->invoice->setRelation('company', $this->company);
|
||||
|
||||
$this->invoice->service()->createInvitations()->markSent();
|
||||
$this->invoice->service()->createInvitations()->markSent()->save();
|
||||
|
||||
$this->assertNotNull($this->invoice->invitations);
|
||||
|
||||
$data = [
|
||||
'amount' => 50,
|
||||
'client_id' => $client->hashed_id,
|
||||
|
Loading…
x
Reference in New Issue
Block a user