function MemCacheSavingCase::testString in Memcache API and Integration 6
Same name and namespace in other branches
- 7 tests/memcache.test \MemCacheSavingCase::testString()
- 7 tests/memcache6.test \MemCacheSavingCase::testString()
Test the saving and restoring of a string.
File
- tests/
memcache.test, line 124
Class
Code
function testString() {
$this
->checkVariable($this
->randomName(100));
}