mirror of
https://github.com/moodle/moodle.git
synced 2025-02-20 08:05:49 +01:00
When instantiating classes that extend `inplace_editable` we can improve performance by passing persistent instances we already have, rather than re-requesting them. Add test coverage to relevant classes.