Neos\Cache\Tests\Unit\Backend\SimpleFileBackendTest::removeThrowsExceptionForInvalidIdentifier PHP Метод

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

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