chore(tests): UT for Config service & repository

Signed-off-by: Rubén D <nuxsmin@syspass.org>
This commit is contained in:
Rubén D
2024-01-14 10:42:45 +01:00
parent 28dc47fe58
commit 739f40ba5d
61 changed files with 1304 additions and 690 deletions

View File

@@ -32,7 +32,7 @@ use SP\Domain\Common\Models\Model;
*/
class Client extends Model implements DataModelInterface
{
public ?int $isGlobal = null;
protected ?int $isGlobal = null;
protected ?int $id = null;
protected ?string $name = null;
protected ?string $description = null;