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