Neos\Flow\Tests\Unit\Security\Cryptography\HashServiceTest::hashPasswordThrowsExceptionIfTheGivenHashingStrategyIsNotConfigured PHP 메소드

hashPasswordThrowsExceptionIfTheGivenHashingStrategyIsNotConfigured() 공개 메소드

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