function CacheSavingCase::testInteger
Test the saving and restoring of an integer.
Archivo
- drupal-7.x/
modules/ simpletest/ tests/ cache.test, line 122
Class
Código
function testInteger() {
$this->checkVariable(100);
}
Test the saving and restoring of an integer.
function testInteger() {
$this->checkVariable(100);
}