chore(tests): UT for ItemPreset

Signed-off-by: Rubén D <nuxsmin@syspass.org>
This commit is contained in:
Rubén D
2024-03-09 12:48:40 +01:00
parent 1b4de778ab
commit 2e4eca1c75
107 changed files with 1577 additions and 945 deletions

View File

@@ -24,14 +24,14 @@
namespace SP\DataModel;
use SP\Domain\Common\Adapters\DataModelInterface;
use SP\Domain\Common\Models\ItemWithIdAndNameModel;
/**
* Class UserBasicData
*
* @package SP\DataModel
*/
class User extends UserPassData implements DataModelInterface
class User extends UserPassData implements ItemWithIdAndNameModel
{
protected ?string $login = null;
protected ?string $ssoLogin = null;