search and export from invoice archive (#2408)

This commit is contained in:
Kevin Papst
2021-03-10 01:50:27 +01:00
committed by GitHub
parent c34e9f576d
commit db1344573f
22 changed files with 544 additions and 72 deletions

View File

@@ -26,6 +26,7 @@ class TimesheetQueryTest extends BaseQueryTest
$this->assertPageSize($sut);
$this->assertOrderBy($sut, 'begin');
$this->assertOrder($sut, TimesheetQuery::ORDER_DESC);
$this->assertDateRangeTrait($sut);
$this->assertUser($sut);
$this->assertUsers($sut);