function CacheSavingCase::testString in Drupal 7
Test the saving and restoring of a string.
File
- modules/
simpletest/ tests/ cache.test, line 115
Class
Code
function testString() {
$this
->checkVariable($this
->randomName(100));
}