Search moodle.org's
Developer Documentation

See Release Notes

  • Bug fixes for general core bugs in 3.11.x will end 14 Nov 2022 (12 months plus 6 months extension).
  • Bug fixes for security issues in 3.11.x will end 13 Nov 2023 (18 months plus 12 months extension).
  • PHP version: minimum PHP 7.3.0 Note: minimum PHP version has increased since Moodle 3.10. PHP 7.4.x is supported too.

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

(no description)

File Size: 365 lines (12 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 1 file
 admin/tool/usertours/tests/helper_trait.php

Defines 1 class


Class: manager_test  - X-Ref

Tests for step.

setUp()   X-Ref
Setup to store the DB reference.


tearDown()   X-Ref
Tear down to restore the original DB reference.


mock_database()   X-Ref
Helper to mock the database.

return: moodle_database

sesskey_required_provider()   X-Ref
Data provider to ensure that all modification actions require the session key.

return: array

test_sesskey_required($function, $arguments)   X-Ref
Ensure that all modification actions require the session key.

param: string  $function   The function to test
param: array   $arguments  The arguments to pass with it

move_tour_provider()   X-Ref
Data provider for test_move_tour

return: array

test_move_tour($alltours, $movetourname, $direction, $expectedsortorder)   X-Ref
Test moving tours (changing sortorder)

param: array $alltours
param: string $movetourname
param: int $direction
param: int $expectedsortorder
return: void

get_matching_tours_provider()   X-Ref
Data Provider for get_matching_tours tests.

return: array

test_get_matching_tours(array $alltours, string $url, array $expected)   X-Ref
Tests for the get_matching_tours function.

param: array   $alltours   The list of tours to insert.
param: string  $url        The URL to test.
param: array   $expected   List of names of the expected matching tours.

test_get_matching_tours_for_user_without_site_policy_agreed()   X-Ref
Test that no matching tours are returned if there is pending site policy agreement.