mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-08 05:14:30 -04:00
Fixes for tests
This commit is contained in:
parent
18fbcf75f7
commit
f83af0bf30
@ -47,7 +47,7 @@ class DocumentsApiTest extends TestCase
|
|||||||
|
|
||||||
public function testDocumentFilters()
|
public function testDocumentFilters()
|
||||||
{
|
{
|
||||||
Document::query()->withTrashed()->cursor()->each(function ($d) {
|
Document::query()->withoutEvents()->withTrashed()->cursor()->each(function ($d) {
|
||||||
$d->forceDelete();
|
$d->forceDelete();
|
||||||
});
|
});
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user