export filtered timesheets without additional search form (#5234)

This commit is contained in:
Kevin Papst
2024-12-15 18:38:30 +01:00
committed by GitHub
parent 17a815e5a9
commit 21c031f2c8
33 changed files with 98 additions and 306 deletions

View File

@@ -33,6 +33,7 @@ class HtmlRendererTest extends AbstractRendererTest
);
$this->assertEquals('print', $sut->getId());
$this->assertEquals('print', $sut->getTitle());
}
public function testRender(): void