function MemCacheSavingCase::testLongKeyLargeValue in Memcache API and Integration 7
Test save and restoring a string with a long key and a very large value.
File
- tests/
memcache.test, line 352 - Test cases for the memcache cache backend.
Class
Code
function testLongKeyLargeValue() {
$this
->checkVariable(array_fill(0, 500000, rand()), $this
->randomName(300));
}