public function MemCacheSavingCase::testStringSpecialKey in Memcache API and Integration 7
Test save and restoring a string using a key with special characters.
File
- tests/
memcache.test, line 327 - Test cases for the memcache cache backend.
Class
Code
public function testStringSpecialKey() {
$this
->checkVariable($this
->randomName(100), 'Qwerty!@#$%^&*()_+-=[]\\;\',./<>?:"{}|£¢');
}