function ApcCacheSavingCase::testArray in APC - Alternative PHP Cache 7
Test the saving and restoring of an array.
File
- tests/
apc.test, line 146
Class
Code
function testArray() {
$this
->checkVariable(array(
'drupal1',
'drupal2' => 'drupal3',
'drupal4' => array(
'drupal5',
'drupal6',
),
));
}