Moodle PHP Documentation 4.3
Moodle 4.3.5 (Build: 20240610) (7dcfaa79f78)
|
Step definition for tool_policy. More...
Public Member Functions | |
getSession ($name=null) | |
Returns the Mink session. | |
the_following_policies_exist (TableNode $data) | |
Click on an entry in the edit menu. | |
Public Attributes | |
const | PAGE_READY_JS |
The JS code to check that the page is ready. | |
Step definition for tool_policy.
|
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_tool_policy::the_following_policies_exist | ( | TableNode | $data | ) |
Click on an entry in the edit menu.
@Given /^the following policies exist:$/
Supported table fields:
TableNode | $data |
|
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.