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