Neos\Flow\Tests\Unit\Security\Cryptography\HashServiceTest::hashPasswordThrowsExceptionIfTheGivenHashingStrategyIsNotConfigured PHP Méthode

hashPasswordThrowsExceptionIfTheGivenHashingStrategyIsNotConfigured() public méthode

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