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