mirror of
https://github.com/nuxsmin/sysPass.git
synced 2026-03-15 04:46:49 +01:00
@@ -26,8 +26,8 @@ namespace SPT\Domain\User\Services;
|
||||
|
||||
use PHPUnit\Framework\Attributes\Group;
|
||||
use PHPUnit\Framework\MockObject\MockObject;
|
||||
use SP\DataModel\ItemSearchData;
|
||||
use SP\Domain\Common\Services\ServiceException;
|
||||
use SP\Domain\Core\Dtos\ItemSearchDto;
|
||||
use SP\Domain\Core\Exceptions\ConstraintException;
|
||||
use SP\Domain\Core\Exceptions\QueryException;
|
||||
use SP\Domain\User\Models\UserGroup as UserGroupModel;
|
||||
@@ -330,7 +330,7 @@ class UserGroupTest extends UnitaryTestCase
|
||||
|
||||
public function testSearch()
|
||||
{
|
||||
$itemSearchData = new ItemSearchData('test', 1, 10);
|
||||
$itemSearchData = new ItemSearchDto('test', 1, 10);
|
||||
|
||||
$queryResult = new QueryResult([1]);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user