Tests for nullable User#getName().

This commit is contained in:
Alexey Skobkin 2017-01-12 21:54:46 +03:00
parent aebc31a0fe
commit f741ff02a9
1 changed files with 1 additions and 0 deletions

View File

@ -33,6 +33,7 @@ class UserApi extends AbstractApi
{
parent::__construct($httpClient, $logger);
$this->userFactory = $userFactory;
$this->serializer = $serializer;
}