function MemCacheSavingCase::testStringLongKey in Zircon Profile 8
Same name and namespace in other branches
- 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
Code
function testStringLongKey() {
$this
->checkVariable($this
->randomName(100), 'ThequickbrownfoxjumpsoverthelazydogThequickbrownfoxjumpsoverthelazydogThequickbrownfoxjumpsoverthelazydogThequickbrownfoxjumpsoverthelazydogThequickbrownfoxjumpsoverthelazydogThequickbrownfoxjumpsoverthelazydogThequickbrownfoxjumpsoverthelazydogThequickbrownfoxjumpsoverthelazydog');
}