mirror of
https://github.com/moodle/moodle.git
synced 2025-03-16 13:40:15 +01:00
When code executed in test cases is using/preventing database transactions, phpunit itself cannot use transactions for reseting between cases. But we can tell it about, so some alternative (and slower) method for reseting will be used.