function CacheSavingCase::testDouble in SimpleTest 7
Test the saving and restoring of a double.
File
- 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);
}