Neos\Cache\Tests\Unit\Backend\SimpleFileBackendTest::getThrowsExceptionForInvalidIdentifier PHP Method

getThrowsExceptionForInvalidIdentifier() public method

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