mirror of
https://github.com/ChristianLight/tutor.git
synced 2025-01-22 21:28:24 +00:00
34c8eeeaec
When a v1 plugin was installed, several things were happening regarding tests: 1. v1 plugin loading was happening despite the TUTOR_IGNORE_ENTRYPOINT_PLUGINS environment variable. 2. the CORE_READY event was not triggered because it was happening just once at import time. This was causing some tests to incorrectly load the MFE plugin.