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 39 and 400]

(no description)

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

Defines 2 classes

progress_display_test:: (2 methods):
  test_progress_display_update()
  test_progress_display_wibbler()

core_mock_progress_display:: (5 methods):
  get_last_wibble()
  get_current_state()
  get_direction()
  set_current_state()
  set_direction()


Class: progress_display_test  - X-Ref


test_progress_display_update()   X-Ref
Test basic function of progress_display, updating status and outputting wibbler.


test_progress_display_wibbler()   X-Ref
Test wibbler states. Wibbler should reverse direction at the start and end of its sequence.


Class: core_mock_progress_display  - X-Ref

Helper class that allows access to private values

get_last_wibble()   X-Ref
No description

get_current_state()   X-Ref
No description

get_direction()   X-Ref
No description

set_current_state($state)   X-Ref
No description

set_direction($direction)   X-Ref
No description