You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The plugin mod_jazzquiz does not implement the core_userlist_provider interface required by the Privacy API. This causes tests to fail and may prevent compliance with GDPR requirements.
Observe the following test failure:
core_privacy\privacy\provider_test::test_userdata_provider_implements_userlist with data set ""mod_jazzquiz"" ('mod_jazzquiz', 'mod_jazzquiz\privacy\provider')
Failed asserting that false is true.
/var/www/site/privacy/tests/privacy/provider_test.php:213
/var/www/site/lib/phpunit/classes/advanced_testcase.php:80"
The text was updated successfully, but these errors were encountered:
The plugin
mod_jazzquiz
does not implement thecore_userlist_provider
interface required by the Privacy API. This causes tests to fail and may prevent compliance with GDPR requirements.Observe the following test failure:
The text was updated successfully, but these errors were encountered: