1.20.x cache.test | CacheSavingCase::testArray() |
Test the saving and restoring of an array.
File
- modules/
simpletest/ tests/ cache.test, line 117
Class
Code
function testArray() {
$this->checkVariable(array('backdrop1', 'backdrop2' => 'backdrop3', 'backdrop4' => array('backdrop5', 'backdrop6')));
}