function CacheSavingCase::testString

Test the saving and restoring of a string.

Archivo

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

Class

CacheSavingCase

Código

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