mirror of
https://github.com/moodle/moodle.git
synced 2025-03-16 05:30:06 +01:00
Unit tests were failing on MSSQL. gc_collect_cycles() was removed from the phpunit utils.php file to save time in running the tests, but MSSQL doesn't clean up open files as well as other databases. This patch includes the garbage collection for the unit tests that require it.