Search moodle.org's
Developer Documentation

See Release Notes

  • Bug fixes for general core bugs in 4.3.x will end 7 October 2024 (12 months).
  • Bug fixes for security issues in 4.3.x will end 21 April 2025 (18 months).
  • PHP version: minimum PHP 8.0.0 Note: minimum PHP version has increased since Moodle 4.1. PHP 8.2.x is supported too.

Steps definitions related to mod_quiz.

Copyright: 2023 Catalyst IT Europe Ltd.
License: http://www.gnu.org/copyleft/gpl.html GNU GPL v3 or later
File Size: 86 lines (3 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 0 files

Defines 1 class

behat_mod_wiki:: (1 method):
  the_following_wiki_pages_exist()


Class: behat_mod_wiki  - X-Ref

Steps definitions related to mod_wiki.

the_following_wiki_pages_exist(TableNode $data)   X-Ref
Add the specified pages to the specified wiki

The first row should be column names:
| wiki | user | group | title | content |


wiki        idnumber of the wiki course module
user        username of the user who is creating the page
group       (optional) idnumber of the group the page belongs to
title       (optional) the title text of the page
content     (optional) the content of the page

param: TableNode $data The pages to add