function MemCacheSavingCase::testStringSpecialKey in Zircon Profile 8
Same name and namespace in other branches
- 8.0 modules/memcache/tests/memcache.test \MemCacheSavingCase::testStringSpecialKey()
Test save and restoring a string using a key with special characters.
File
- modules/
memcache/ tests/ memcache.test, line 171
Class
Code
function testStringSpecialKey() {
$this
->checkVariable($this
->randomName(100), 'Qwerty!@#$%^&*()_+-=[]\\;\',./<>?:"{}|£¢');
}