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