function CacheSavingCase::testString

7.x cache.test CacheSavingCase::testString()

Test the saving and restoring of a string.

File

drupal-7.x/modules/simpletest/tests/cache.test, line 115

Class

CacheSavingCase

Code

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