Search moodle.org's
Developer Documentation

See Release Notes

  • Bug fixes for general core bugs in 4.0.x will end 8 May 2023 (12 months).
  • Bug fixes for security issues in 4.0.x will end 13 November 2023 (18 months).
  • PHP version: minimum PHP 7.3.0 Note: the minimum PHP version has increased since Moodle 3.10. PHP 7.4.x is also supported.

Differences Between: [Versions 310 and 400] [Versions 39 and 400]

(no description)

File Size: 365 lines (16 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

restore_dbops_test:: (4 methods):
  test_backup_ids_cached()
  precheck_user_provider()
  precheck_user_cases()
  test_precheck_user()


Class: restore_dbops_test  - X-Ref


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