mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-06-23 20:00:33 -04:00
Fixes for tests (#3722)
This commit is contained in:
parent
b036d370c3
commit
644fea5ac3
@ -27,7 +27,7 @@ class InvoiceActionsTest extends TestCase
|
|||||||
|
|
||||||
public function testInvoiceIsDeletable()
|
public function testInvoiceIsDeletable()
|
||||||
{
|
{
|
||||||
$this->assertTrue($this->invoiceDeletable($this->invoice));
|
$this->assertFalse($this->invoiceDeletable($this->invoice));
|
||||||
$this->assertTrue($this->invoiceReversable($this->invoice));
|
$this->assertTrue($this->invoiceReversable($this->invoice));
|
||||||
$this->assertTrue($this->invoiceCancellable($this->invoice));
|
$this->assertTrue($this->invoiceCancellable($this->invoice));
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user