Differences Between: [Versions 310 and 311] [Versions 310 and 400] [Versions 310 and 401] [Versions 310 and 402] [Versions 310 and 403]
(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: | 364 lines (16 kb) |
Included or required: | 0 times |
Referenced: | 0 times |
Includes or requires: | 0 files |
restore_dbops_testcase:: (4 methods):
test_backup_ids_cached()
precheck_user_provider()
precheck_user_cases()
test_precheck_user()
Class: restore_dbops_testcase - X-Ref
Restore dbops tests (all).test_backup_ids_cached() X-Ref |
Verify the xxx_ids_cached (in-memory backup_ids cache) stuff works as expected. Note that those private implementations are tested here by using the public backup_ids API and later performing low-level tests. |
precheck_user_provider() X-Ref |
Data provider for {@link test_precheck_user()} |
precheck_user_cases($email) X-Ref |
Get all the cases implemented in {@link restore_dbops::precheck_users()} param: string $email |
test_precheck_user($dbuser, $backupuser, $samesite, $outcome) X-Ref |
Test restore precheck_user method param: array $dbuser param: array $backupuser param: bool $samesite param: mixed $outcome |