mirror of
https://github.com/nuxsmin/sysPass.git
synced 2026-03-24 17:17:15 +01:00
chore(tests): UT for Config service & repository
Signed-off-by: Rubén D <nuxsmin@syspass.org>
This commit is contained in:
@@ -66,12 +66,12 @@ final class ClientAdapter extends Adapter implements ClientAdapterInterface
|
||||
public function transform(Client $data): array
|
||||
{
|
||||
return [
|
||||
'id' => $data->getId(),
|
||||
'name' => $data->getName(),
|
||||
'description' => $data->getDescription(),
|
||||
'isGlobal' => $data->isGlobal,
|
||||
'id' => $data->getId(),
|
||||
'name' => $data->getName(),
|
||||
'description' => $data->getDescription(),
|
||||
'isGlobal' => $data->getIsGlobal(),
|
||||
'customFields' => null,
|
||||
'links' => [
|
||||
'links' => [
|
||||
[
|
||||
'rel' => 'self',
|
||||
'uri' => Link::getDeepLink(
|
||||
|
||||
Reference in New Issue
Block a user