chore: Create tests for AccountFileService

Signed-off-by: Rubén D <nuxsmin@syspass.org>
This commit is contained in:
Rubén D
2022-11-27 19:51:18 +01:00
parent 78ad705aee
commit bd8e599014
17 changed files with 438 additions and 400 deletions

View File

@@ -140,8 +140,7 @@ final class IndexController extends ControllerBase
*/
protected function getGridTabs(): void
{
$this->itemSearchData = new ItemSearchData();
$this->itemSearchData->setLimitCount($this->configData->getAccountCount());
$this->itemSearchData = new ItemSearchData(null, 0, $this->configData->getAccountCount());
if ($this->checkAccess(ActionsInterface::CATEGORY)) {
$this->tabsGridHelper->addTab($this->getCategoriesList());