Release 2.17 (#4836)

see https://github.com/kimai/kimai/pull/4836
This commit is contained in:
Kevin Papst
2024-05-19 17:42:03 +02:00
committed by GitHub
parent 5f7114e008
commit 0c445d1bc4
41 changed files with 318 additions and 307 deletions

View File

@@ -48,7 +48,7 @@ class BaseQueryTest extends TestCase
$sut->setPageSize(99);
$sut->setSearchTerm(new SearchTerm('sdf'));
$this->resetByFormError($sut, ['order', 'orderBy', 'page', 'pageSize', 'searchTerm']);
$this->resetByFormError($sut, ['order', 'orderBy', 'page', 'size', 'searchTerm']);
self::assertEquals(1, $sut->getPage());
self::assertEquals(50, $sut->getPageSize());