You are here

function ApcCacheSavingCase::testDouble in APC - Alternative PHP Cache 7

Test the saving and restoring of a double.

File

tests/apc.test, line 139

Class

ApcCacheSavingCase

Code

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