mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-05-31 11:24:34 -04:00
Reinit livewire tests
This commit is contained in:
parent
f9cb8409a0
commit
431ae35edf
@ -41,7 +41,7 @@ class CreditsTest extends TestCase
|
|||||||
|
|
||||||
$this->faker = Factory::create();
|
$this->faker = Factory::create();
|
||||||
$this->buildCache(true);
|
$this->buildCache(true);
|
||||||
$this->markTestSkipped('');
|
|
||||||
}
|
}
|
||||||
|
|
||||||
public function testShowingOnlyCreditsWithDueDateLessOrEqualToNow()
|
public function testShowingOnlyCreditsWithDueDateLessOrEqualToNow()
|
||||||
|
@ -38,7 +38,6 @@ class InvoicesTest extends TestCase
|
|||||||
|
|
||||||
$this->faker = Factory::create();
|
$this->faker = Factory::create();
|
||||||
$this->buildCache(true);
|
$this->buildCache(true);
|
||||||
$this->markTestSkipped('');
|
|
||||||
}
|
}
|
||||||
|
|
||||||
public function testInvoiceTableFilters()
|
public function testInvoiceTableFilters()
|
||||||
|
Loading…
x
Reference in New Issue
Block a user