setService( 'Laminas\Authentication\AuthenticationService', $this->createMock('Laminas\Authentication\AuthenticationService') ); $factory = new AuthenticationIdentityProviderFactory(); $authenticationProvider = $factory->createService($serviceManager); $this->assertInstanceOf('LmcRbacMvc\Identity\AuthenticationIdentityProvider', $authenticationProvider); } }