1.20.x cache.test | CacheSavingCase::testInteger() |
Test the saving and restoring of an integer.
File
- modules/
simpletest/ tests/ cache.test, line 103
Class
Code
function testInteger() {
$this->checkVariable(100);
}
1.20.x cache.test | CacheSavingCase::testInteger() |
Test the saving and restoring of an integer.
function testInteger() {
$this->checkVariable(100);
}