You are here

public function MemCacheSavingCase::testStringLongKey in Memcache API and Integration 7

Test save and restoring a string with a long key.

File

tests/memcache.test, line 320
Test cases for the memcache cache backend.

Class

MemCacheSavingCase

Code

public function testStringLongKey() {
  $this
    ->checkVariable($this
    ->randomName(100), 'ThequickbrownfoxjumpsoverthelazydogThequickbrownfoxjumpsoverthelazydogThequickbrownfoxjumpsoverthelazydogThequickbrownfoxjumpsoverthelazydogThequickbrownfoxjumpsoverthelazydogThequickbrownfoxjumpsoverthelazydogThequickbrownfoxjumpsoverthelazydogThequickbrownfoxjumpsoverthelazydog');
}