Skip to content
Snippets Groups Projects
Unverified Commit da328619 authored by Bekerle, Patrizio's avatar Bekerle, Patrizio :fire:
Browse files

Fix linter errors

parent ba91d2e5
Branches
Tags
No related merge requests found
Pipeline #64207 passed
......@@ -24,7 +24,6 @@ use Psr\Container\ContainerInterface;
use Psr\Log\LoggerAwareInterface;
use Psr\Log\LoggerAwareTrait;
use Symfony\Component\Cache\Psr16Cache;
use Symfony\Component\DependencyInjection\ParameterBag\ParameterBagInterface;
use Symfony\Component\HttpFoundation\Response;
use Symfony\Component\HttpKernel\Exception\BadRequestHttpException;
use Symfony\Component\HttpKernel\Exception\NotFoundHttpException;
......
......@@ -36,8 +36,8 @@ class PersonTest extends ApiTestCase
'attributes' => [
'email' => 'email',
'birthday' => 'dateofbirth',
]
]
],
],
]);
$this->provider = new LDAPPersonProvider($this->api);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment