Test the saving and restoring of a string.

File

modules/simpletest/tests/cache.test, line 115

Class

CacheSavingCase

Code

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