function CacheSavingCase::testInteger

Test the saving and restoring of an integer.

Archivo

drupal-7.x/modules/simpletest/tests/cache.test, line 122

Class

CacheSavingCase

Código

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