moodlehq / moodle-docker

A docker environment for moodle developers
GNU General Public License v3.0
373 stars 244 forks source link

Add Matrix mock server #259

Closed mattporritt closed 1 year ago

mattporritt commented 1 year ago

In Moodle LMS 4.2 we will have support to connect to a Matrix instance. This patch adds support for the Matrix mock server we have developed. The mock server is required for unit and behat tests.

This mock has been implemented using the same stack (Symfony, Docker) as the existing BBB mock.

stronk7 commented 1 year ago

Wow, I thought that this had been merged long ago, in fact I went to use it when saw it had not!

My side it looks perfect (by comparing with the bbb-mock implementation, I don't know anything about the internals. So, with a couple of +1s (@mattporritt , @andrewnicols ), I'm happy proceeding with this.

Ciao :-)

stronk7 commented 1 year ago

Ok, going the brave way. Merging... thanks!