function CacheSavingCase::testDouble
Test the saving and restoring of a double.
Archivo
- drupal-7.x/
modules/ simpletest/ tests/ cache.test, line 129
Class
Código
function testDouble() {
$this->checkVariable(1.29);
}
Test the saving and restoring of a double.
function testDouble() {
$this->checkVariable(1.29);
}