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