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

validateAndStripHmacThrowsExceptionIfGivenStringHasNoHashAppended() 공개 메소드

    public function validateAndStripHmacThrowsExceptionIfGivenStringHasNoHashAppended()
    {
        $this->hashService->validateAndStripHmac('string with exactly a length 40 of chars');
    }