|
| backoffice_create_users_and_rooms (array $users=[], array $rooms=[],) |
| A backoffice method to create users and rooms on our mock server.
|
|
| backoffice_get_all_rooms () |
| Fetch all rooms from the back office.
|
|
| backoffice_get_all_users () |
| A backoffice call to get all registered users from our mock server.
|
|
| backoffice_get_room () |
| Return the first room from the server.
|
|
| create_matrix_room (?string $component='core_course', ?string $itemtype='example', ?int $itemid=1, ?string $roomname=null, ?string $roomtopic=null, ?\stored_file $roomavatar=null, array $members=[], ?context $context=null,) |
| Helper to create a room.
|
|
| get_backoffice_uri (string $endpoint) |
| Get the URI of a backoffice endpoint on the mock server.
|
|
| get_matrix_access_token () |
| Get the matrix access token.
|
|
| get_matrix_room_data (string $roomid) |
| Get matrix room data from matrix server.
|
|
| get_matrix_server_url () |
| Get the mock server url.
|
|
| get_matrix_user_data (string $roomid, string $matrixuserid) |
| Get matrix user data from matrix server.
|
|
| initialise_mock_configs () |
| Initialize the mock configs in settings.
|
|
| initialise_mock_server () |
| This test requires mock server to be present.
|
|
| request (array $jsonarray=[], array $headers=[]) |
| The http request for the api call.
|
|
| reset_mock () |
| Reset the mock server.
|
|