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.

(no description)

File Size: 91 lines (4 kb)
Included or required:0 times
Referenced: 0 times
Includes or requires: 1 file
 lib/behat/behat_deprecated_base.php

Defines 1 class

behat_calendar_deprecated:: (2 methods):
  i_hover_over_day_of_this_month_in_calendar()
  i_click_day_of_this_month_in_calendar()


Class: behat_calendar_deprecated  - X-Ref

Steps definitions that are now deprecated and will be removed in the next releases.

This file only contains the steps that previously were in the behat_*.php files in the SAME DIRECTORY.
When deprecating steps from other components or plugins, create a behat_COMPONENT_deprecated.php
file in the same directory where the steps were defined.

i_hover_over_day_of_this_month_in_calendar($day)   X-Ref
Hover over a specific day in the calendar.

param: int $day The day of the current month

i_click_day_of_this_month_in_calendar($day)   X-Ref
Click a specific day in the calendar.

param: int $day The day of the current month