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

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

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