Webiny\Component\Security\Tests\User\Providers\Memory\MemoryProviderTest::testGetUserException PHP Method

testGetUserException() public method

public testGetUserException ( MemoryProvider $instance )
$instance MemoryProvider
    public function testGetUserException($instance)
    {
        $login = new Login('gandalf', '');
        $instance->getUser($login);
    }