You are here

function MemCacheSavingCase::testStringLongKey in Zircon Profile 8

Same name and namespace in other branches
  1. 8.0 modules/memcache/tests/memcache.test \MemCacheSavingCase::testStringLongKey()

Test save and restoring a string with a long key.

File

modules/memcache/tests/memcache.test, line 164

Class

MemCacheSavingCase

Code

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