Neos\Flow\Tests\Unit\Security\Cryptography\HashServiceTest::hashPasswordThrowsExceptionIfTheGivenHashingStrategyIsNotConfigured PHP Method

hashPasswordThrowsExceptionIfTheGivenHashingStrategyIsNotConfigured() public method

    public function hashPasswordThrowsExceptionIfTheGivenHashingStrategyIsNotConfigured()
    {
        $this->hashService->hashPassword('myTestPassword', 'nonExistingHashingStrategy');
    }