Neos\Flow\Tests\Unit\Security\Cryptography\HashServiceTest::validateAndStripHmacThrowsExceptionIfGivenStringHasNoHashAppended PHP Method

validateAndStripHmacThrowsExceptionIfGivenStringHasNoHashAppended() public method

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