1 update.test | protected UpdateCoreTestCase::setSystemInfo1_0() |
Sets the version to 1.0 when no project-specific mapping is defined.
File
- core/
modules/ update/ tests/ update.test, line 249 - This file contains tests for the Update Manager module.
Class
Code
protected function setSystemInfo1_0() {
$setting = array(
'#all' => array(
'version' => '1.0',
),
);
state_set('update_test_system_info', $setting);
}