Release 1.30.8 (#3854)
* fix weekly timesheets can delete wrong records * pin phpunit to prevent deprecations
This commit is contained in:
@@ -31,7 +31,6 @@ class TimesheetInvoiceItemRepositoryTest extends TestCase
|
||||
|
||||
$sut = new TimesheetInvoiceItemRepository($repository);
|
||||
|
||||
/* @phpstan-ignore-next-line */
|
||||
$sut->setExported([new Timesheet(), null, new \stdClass(), new Timesheet(), new Activity()]);
|
||||
// test else for empty array
|
||||
/* @phpstan-ignore-next-line */
|
||||
|
||||
Reference in New Issue
Block a user