Neos\Cache\Tests\Unit\Backend\SimpleFileBackendTest::removeThrowsExceptionForInvalidIdentifier PHP Méthode

removeThrowsExceptionForInvalidIdentifier() public méthode

public removeThrowsExceptionForInvalidIdentifier ( string $identifier )
$identifier string
    public function removeThrowsExceptionForInvalidIdentifier($identifier)
    {
        $simpleFileBackend = $this->getSimpleFileBackend();
        $simpleFileBackend->remove($identifier);
    }