Skip to content

Commit

Permalink
Fixed RoleServiceFactoryTest.php to remove refs to IdentityProviderIn…
Browse files Browse the repository at this point in the history
…terface

Signed-off-by: Eric Richer [email protected] <[email protected]>
  • Loading branch information
visto9259 committed Aug 6, 2024
1 parent a67700f commit 3c458d4
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions test/Container/RoleServiceFactoryTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,6 @@
namespace LmcRbacTest\Container;

use Laminas\ServiceManager\ServiceManager;
use LmcRbac\Identity\AuthenticationIdentityProviderFactory;
use LmcRbac\Identity\IdentityProviderInterface;
use LmcRbac\Options\ModuleOptions;
use LmcRbac\Role\InMemoryRoleProvider;
use LmcRbac\Service\RoleService;
Expand All @@ -50,8 +48,6 @@ public function testCanCreateRoleService(): void
'services' => [
ModuleOptions::class => $options,
InMemoryRoleProvider::class => new InMemoryRoleProvider([]),
// \LmcRbac\Identity\AuthenticationIdentityProvider::class => $this->createMock(IdentityProviderInterface::class),
IdentityProviderInterface::class => $this->createMock(IdentityProviderInterface::class),
],
]);

Expand Down

0 comments on commit 3c458d4

Please sign in to comment.