Moodle PHP Documentation 4.4
Moodle 4.4.1 (Build: 20240610) (db07c09afc5)
|
Blocks management steps definitions. More...
Public Member Functions | |
getSession ($name=null) | |
Returns the Mink session. | |
i_add_the_block ($blockname) | |
Adds the selected block. | |
i_add_the_block_if_not_present ($blockname) | |
Adds the selected block if it is not already present. | |
i_add_the_block_to_the_region (string $blockname, string $region) | |
Adds the selected block to the specified region. | |
i_add_the_block_to_the_region_with (string $blockname, string $region, TableNode $data) | |
Adds the selected block to the specified region and fills configuration form. | |
i_configure_the_block ($blockname) | |
Clicks on Configure block for specified block. | |
i_open_the_blocks_action_menu ($blockname) | |
Opens a block's actions menu if it is not already opened. | |
the_add_block_selector_should_contain_block ($blockname) | |
Ensures that block can be added to the page but does not actually add it. | |
the_add_block_selector_should_not_contain_block ($blockname) | |
Ensures that block can not be added to the page. | |
Public Attributes | |
const | PAGE_READY_JS |
The JS code to check that the page is ready. | |
Blocks management steps definitions.
|
inherited |
Returns the Mink session.
string | null | $name | name of the session OR active session will be used |
Behat\Mink\Session |
Implemented in behat_form_field.
behat_blocks::i_add_the_block | ( | $blockname | ) |
Adds the selected block.
Editing mode must be previously enabled.
@Given /^I add the "(?P<block_name_string>(?:[^"]|::")*)" block$/
string | $blockname |
Reimplemented in behat_theme_classic_behat_blocks.
behat_blocks::i_add_the_block_if_not_present | ( | $blockname | ) |
Adds the selected block if it is not already present.
Editing mode must be previously enabled.
@Given /^I add the "(?P<block_name_string>(?:[^"]|::")*)" block if not present$/
string | $blockname |
behat_blocks::i_add_the_block_to_the_region | ( | string | $blockname, |
string | $region ) |
Adds the selected block to the specified region.
Editing mode must be previously enabled.
@Given /^I add the "(?P<block_name_string>(?:[^"]|::")*)" block to the "(?P<region_string>(?:[^"]|")*)" region$/
string | $blockname | |
string | $region |
Reimplemented in behat_theme_classic_behat_blocks.
behat_blocks::i_add_the_block_to_the_region_with | ( | string | $blockname, |
string | $region, | ||
TableNode | $data ) |
Adds the selected block to the specified region and fills configuration form.
Editing mode must be previously enabled.
@Given /^I add the "(?P<block_name_string>(?:[^"]|::")*)" block to the (?P<region_string>(?:[^"]|\")*) region with:$/
string | $blockname | |
string | $region | |
TableNode | $data |
Reimplemented in behat_theme_classic_behat_blocks.
behat_blocks::i_configure_the_block | ( | $blockname | ) |
Clicks on Configure block for specified block.
Page must be in editing mode.
Argument block_name may be either the name of the block or CSS class of the block.
@Given /^I configure the "(?P<block_name_string>(?:[^"]|::")*)" block$/
string | $blockname |
behat_blocks::i_open_the_blocks_action_menu | ( | $blockname | ) |
Opens a block's actions menu if it is not already opened.
@Given /^I open the "(?P<block_name_string>(?:[^"]|::")*)" blocks action menu$/
DriverException | The step is not available when Javascript is disabled |
string | $blockname |
behat_blocks::the_add_block_selector_should_contain_block | ( | $blockname | ) |
Ensures that block can be added to the page but does not actually add it.
@Then /^the add block selector should contain "(?P<block_name_string>(?:[^"]|::")*)" block$/
string | $blockname |
Reimplemented in behat_theme_classic_behat_blocks.
behat_blocks::the_add_block_selector_should_not_contain_block | ( | $blockname | ) |
Ensures that block can not be added to the page.
@Then /^the add block selector should not contain "(?P<block_name_string>(?:[^"]|::")*)" block$/
string | $blockname |
Reimplemented in behat_theme_classic_behat_blocks.
|
inherited |
The JS code to check that the page is ready.
The document must be complete and either M.util.pending_js must be empty, or it must not be defined at all.