Moodle APIs 4.3
Moodle 4.3.6 (Build: 20240812)
|
Class behat_communication_matrix for behat custom steps and configuration for matrix. More...
Public Member Functions | |
before_scenario (BeforeScenarioScope $scope) | |
BeforeScenario hook to reset the mock server. | |
getSession ($name=null) | |
Returns the Mink session. | |
initialize_mock_server () | |
Setup and configure and mock server for matrix. | |
Public Attributes | |
const | PAGE_READY_JS |
The JS code to check that the page is ready. | |
Class behat_communication_matrix for behat custom steps and configuration for matrix.
behat_communication_matrix::before_scenario | ( | BeforeScenarioScope | $scope | ) |
BeforeScenario hook to reset the mock server.
@BeforeScenario @communication_matrix
BeforeScenarioScope | $scope |
|
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_communication_matrix::initialize_mock_server | ( | ) |
Setup and configure and mock server for matrix.
@Given /^a Matrix mock server is configured$/
|
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.