mirror of
https://github.com/invoiceninja/invoiceninja.git
synced 2025-07-07 17:54: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()
|
||||
{
|
||||
Document::query()->withTrashed()->cursor()->each(function ($d) {
|
||||
Document::query()->withoutEvents()->withTrashed()->cursor()->each(function ($d) {
|
||||
$d->forceDelete();
|
||||
});
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user