You are here

function MemCacheSavingCase::testLargeValue in Memcache API and Integration 7

Test saving and restoring a very large value (>1MiB).

File

tests/memcache.test, line 345
Test cases for the memcache cache backend.

Class

MemCacheSavingCase

Code

function testLargeValue() {
  $this
    ->checkVariable(array_fill(0, 500000, rand()));
}