You are here

function ApcCacheSavingCase::testString in APC - Alternative PHP Cache 7

Test the saving and restoring of a string.

File

tests/apc.test, line 125

Class

ApcCacheSavingCase

Code

function testString() {
  $this
    ->checkVariable($this
    ->randomName(100));
}