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

validateAndStripHmacThrowsExceptionIfGivenStringIsTooShort() public méthode

    public function validateAndStripHmacThrowsExceptionIfGivenStringIsTooShort()
    {
        $this->hashService->validateAndStripHmac('string with less than 40 characters');
    }