MDL-53452 competencies: Update unit tests now we have removed suggest feature.

This commit is contained in:
Damyon Wiese 2016-03-21 12:23:47 +08:00 committed by Frederic Massart
parent d22a1d3bbf
commit fdd85edef9
6 changed files with 82 additions and 365 deletions

View file

@ -49,6 +49,7 @@ $capabilities = array(
'contextlevel' => CONTEXT_COURSE, // And CONTEXT_USER.
'archetypes' => array(
'editingteacher' => CAP_ALLOW,
'teacher' => CAP_ALLOW,
'manager' => CAP_ALLOW
),
),