You are here

function CacheSavingCase::testString in SimpleTest 7

Test the saving and restoring of a string.

File

tests/cache.test, line 115

Class

CacheSavingCase

Code

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