(no description)
Copyright: | 2010 onwards Eloy Lafuente (stronk7) {@link http://stronk7.com} |
License: | http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later |
File Size: | 200 lines (6 kb) |
Included or required: | 3 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
mock_base_plan:: (2 methods):
build()
get_progress()
mock_base_step:: (1 method):
execute()
mock_backup_step:: (1 method):
execute()
mock_backup_task_basepath:: (5 methods):
build()
define_settings()
get_taskbasepath()
set_modulename()
get_modulename()
mock_restore_task_basepath:: (4 methods):
build()
define_settings()
set_modulename()
get_modulename()
mock_backup_structure_step:: (3 methods):
define_structure()
add_plugin_structure()
add_subplugin_structure()
mock_restore_structure_step:: (4 methods):
define_structure()
add_plugin_structure()
add_subplugin_structure()
get_pathelements()
mock_fullpath_activity_setting:: (1 method):
process_change()
mock_backupid_activity_setting:: (1 method):
process_change()
mock_base_task:: (2 methods):
build()
define_settings()
mock_backup_task:: (2 methods):
build()
define_settings()
Class: mock_base_plan - X-Ref
Instantiable class extending base_plan in order to be able to perform testsClass: mock_base_step - X-Ref
Instantiable class extending base_step in order to be able to perform testsClass: mock_backup_step - X-Ref
Instantiable class extending backup_step in order to be able to perform testsClass: mock_backup_task_basepath - X-Ref
Instantiable class extending backup_task in order to mockup get_taskbasepath()build() X-Ref |
No description |
define_settings() X-Ref |
No description |
get_taskbasepath() X-Ref |
No description |
set_modulename($modulename) X-Ref |
No description |
get_modulename() X-Ref |
No description |
Class: mock_restore_task_basepath - X-Ref
Instantiable class extending restore_task in order to mockup get_taskbasepath()build() X-Ref |
No description |
define_settings() X-Ref |
No description |
set_modulename($modulename) X-Ref |
No description |
get_modulename() X-Ref |
No description |
Class: mock_backup_structure_step - X-Ref
Instantiable class extending backup_structure_step in order to be able to perform testsdefine_structure() X-Ref |
No description |
add_plugin_structure($plugintype, $element, $multiple) X-Ref |
No description |
add_subplugin_structure($subplugintype, $element, $multiple, $plugintype = null, $pluginname = null) X-Ref |
No description |
Class: mock_restore_structure_step - X-Ref
define_structure() X-Ref |
No description |
add_plugin_structure($plugintype, $element) X-Ref |
No description |
add_subplugin_structure($subplugintype, $element, $plugintype = null, $pluginname = null) X-Ref |
No description |
get_pathelements() X-Ref |
No description |
Class: mock_fullpath_activity_setting - X-Ref
Instantiable class extending activity_backup_setting to be added to task and perform testsprocess_change($setting, $ctype, $oldv) X-Ref |
No description |
Class: mock_backupid_activity_setting - X-Ref
Instantiable class extending activity_backup_setting to be added to task and perform testsprocess_change($setting, $ctype, $oldv) X-Ref |
No description |
Class: mock_base_task - X-Ref
Instantiable class extending base_task in order to be able to perform testsClass: mock_backup_task - X-Ref
Instantiable class extending backup_task in order to be able to perform tests