Search moodle.org's
Developer Documentation

See Release Notes
Long Term Support Release

  • Bug fixes for general core bugs in 3.9.x will end* 10 May 2021 (12 months).
  • Bug fixes for security issues in 3.9.x will end* 8 May 2023 (36 months).
  • PHP version: minimum PHP 7.2.0 Note: minimum PHP version has increased since Moodle 3.8. PHP 7.3.x and 7.4.x are supported too.

Class: behat_block_social_activities  - X-Ref

Behat steps definitions for block social activities

get_social_block_activity_node($activityname)   X-Ref
Returns the DOM node of the activity in the social activities block

param: string $activityname The activity name
return: NodeElement

activity_in_social_activities_block_should_have_editing_icon($activityname, $iconname)   X-Ref
Checks that the specified activity in the social activities block should have the specified editing icon.

This includes items in the action menu for the item (does not require it to be open)

You should be in the course page with editing mode turned on.

param: string $activityname
param: string $iconname

activity_in_social_activities_block_should_not_have_editing_icon($activityname, $iconname)   X-Ref
Checks that the specified activity in the social activities block should not have the specified editing icon.

This includes items in the action menu for the item (does not require it to be open)

You should be in the course page with editing mode turned on.

param: string $activityname
param: string $iconname

i_click_on_in_the_activity_in_social_activities_block($element, $selectortype, $activityname)   X-Ref
Clicks on the specified element of the activity. You should be in the course page with editing mode turned on.

param: string $element
param: string $selectortype
param: string $activityname

get_social_block_activity_element($element, $selectortype, $activityname)   X-Ref
Finds the element containing a specific activity in the social activity block.

param: string $element
param: string $selectortype
param: string $activityname
return: NodeElement

activity_in_social_activities_block_should_be_hidden($activityname)   X-Ref
Checks that the specified activity is hidden in the social activities block.

param: string $activityname

activity_in_social_activities_block_should_be_available_but_hidden_from_course_page($activityname)   X-Ref
Checks that the specified activity is hidden in the social activities block.

param: string $activityname

i_open_actions_menu_in_social_activities_block($activityname)   X-Ref
Opens an activity actions menu in the social activities block if it is not already opened.

param: string $activityname

get_partial_named_selectors()   X-Ref
Return the list of partial named selectors.

return: array