moodleou / moodle-mod_oublog

Alternative blog module for Moodle 2 (including course blogs)
31 stars 27 forks source link

Dependency on tool_datamasking missing #128

Open sharpchi opened 1 year ago

sharpchi commented 1 year ago

It appears oublog has a dependency on tool_datamasking:

I can't find tool_datamasking in the Moodle repo or github, so assume it's a private repo.

Moodle 4.0.3, PHP 8.0, MOODLE_311_STABLE branch of this plugin

sammarshallou commented 1 year ago

There isn't a dependency in the actual code (tool_datamasking.php will not be used unless tool_datamasking is installed) but you're right, the unit test is incorrect. That unit test should be skipped if tool_datamasking is not installed.

And yes tool_datamasking hasn't been made publicly available yet (no particular reason not to but it might need tidying up).