mirror of
https://github.com/moodle/moodle.git
synced 2025-08-05 08:56:36 +02:00
MDL-70801 core_my: Add a new courses page
This commit is contained in:
parent
c69c33b14d
commit
6ca9c2154a
33 changed files with 417 additions and 51 deletions
|
@ -717,6 +717,9 @@ class behat_navigation extends behat_base {
|
|||
case 'Homepage':
|
||||
return new moodle_url('/');
|
||||
|
||||
case 'My courses':
|
||||
return new moodle_url('/my/courses.php');
|
||||
|
||||
case 'Admin notifications':
|
||||
return new moodle_url('/admin/');
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue