Neos\Flow\Tests\Unit\Security\Cryptography\HashServiceTest::hashPasswordThrowsExceptionIfTheGivenHashingStrategyIsNotConfigured PHP Метод

hashPasswordThrowsExceptionIfTheGivenHashingStrategyIsNotConfigured() публичный Метод

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