1.20.x cache.test | CacheSavingCase::testDouble() |
Test the saving and restoring of a double.
File
- modules/
simpletest/ tests/ cache.test, line 110
Class
Code
function testDouble() {
$this->checkVariable(1.29);
}
1.20.x cache.test | CacheSavingCase::testDouble() |
Test the saving and restoring of a double.
function testDouble() {
$this->checkVariable(1.29);
}