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.

Behat competency report definitions.

Copyright: 2022 Noel De Martin
License: http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
File Size: 79 lines (3 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 1 file
 lib/behat/behat_base.php

Defines 1 class

behat_report_competency:: (2 methods):
  resolve_page_instance_url()
  get_exact_named_selectors()


Class: behat_report_competency  - X-Ref

Competency report definitions.

resolve_page_instance_url(string $page, string $identifier)   X-Ref
Convert page names to URLs for steps like 'When I am on the "[identifier]" "[page type]" page'.

Recognised page names are:
| pagetype  | name meaning | description                            |
| Breakdown | Course name  | The course competencies breakdown page |

param: string $page identifies which type of page this is, e.g. 'Breakdown'.
param: string $identifier identifies the particular page, e.g. 'C1'.
return: moodle_url the corresponding URL.

get_exact_named_selectors()   X-Ref
Return a list of the exact named selectors for the component.

return: behat_component_named_selector[]