eZ\Publish\Core\Repository\Tests\Service\Integration\UserBase::testLoadUserByCredentialsThrowsNotFoundExceptionBadPassword PHP Method

testLoadUserByCredentialsThrowsNotFoundExceptionBadPassword() public method

Test loading a user by credentials throwing NotFoundException because of bad password.
    public function testLoadUserByCredentialsThrowsNotFoundExceptionBadPassword()
    {
        $userService = $this->repository->getUserService();
        $userService->loadUserByCredentials('admin', 'some_password');
    }