1 cache.test CacheSavingCase::testString()

Test the saving and restoring of a string.

File

core/modules/simpletest/tests/cache.test, line 96

Class

CacheSavingCase

Code

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