You are here

function CacheSavingCase::testInteger in SimpleTest 7

Test the saving and restoring of an integer.

File

tests/cache.test, line 122

Class

CacheSavingCase

Code

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