mirror of
https://github.com/moodle/moodle.git
synced 2025-06-01 13:46:35 +02:00
If you configured your site to run mongo unit tests and had the mongo extension and backend installed but did not have the mongo service running you would get a fatal error when running the unit tests. That problem has been fixed by checking the mongo test instance is ready before returning it.