Release 1.30.8 (#3854)

* fix weekly timesheets can delete wrong records
* pin phpunit to prevent deprecations
This commit is contained in:
Kevin Papst
2023-02-17 21:06:05 +01:00
committed by GitHub
parent ced1883b6f
commit 2d809b4f06
10 changed files with 213 additions and 193 deletions

View File

@@ -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 */