function CacheSavingCase::testDouble

Test the saving and restoring of a double.

Archivo

drupal-7.x/modules/simpletest/tests/cache.test, line 129

Class

CacheSavingCase

Código

function testDouble() {
  $this->checkVariable(1.29);
}