You are here

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

Test the saving and restoring of an integer.

File

tests/apc.test, line 132

Class

ApcCacheSavingCase

Code

function testInteger() {
  $this
    ->checkVariable(100);
}