function CacheSavingCase::testString
Test the saving and restoring of a string.
Archivo
- drupal-7.x/
modules/ simpletest/ tests/ cache.test, line 115
Class
Código
function testString() {
$this->checkVariable($this->randomName(100));
}
Test the saving and restoring of a string.
function testString() {
$this->checkVariable($this->randomName(100));
}