- 09 Nov, 2021 1 commit
-
-
Adrian Greeve authored
Co-authored-by:
Sujith Haridasan <sujith@moodle.com>
-
- 29 Sep, 2021 2 commits
- 14 Sep, 2021 1 commit
-
-
Mihail Geshoski authored
-
- 23 Aug, 2021 1 commit
-
-
Adrian Greeve authored
- Part of: MDL-69588 A lot of tests rely on the last element of the breadcrumb being active. This updates feature files to not rely on this anymore.
-
- 20 Aug, 2021 1 commit
-
-
Co-authored-by:
Ilya Tregubov <ilya@moodle.com>
-
- 26 Jul, 2021 1 commit
-
-
Andrew Nicols authored
-
- 14 Jul, 2021 1 commit
-
-
The new drawers structure shows that some elements are dependant from the page structure and broke some behats. This commit fixes those components and tests.
-
- 04 May, 2021 1 commit
-
-
David Mudrák authored
-
- 01 May, 2021 1 commit
-
-
ilya authored
Move activity creation to data generators. Only fixing those tests failing due to removing usemodchooser preference.
-
- 29 Apr, 2021 1 commit
-
-
Michael Hawkins authored
-
- 12 Mar, 2021 1 commit
-
-
Eloy Lafuente authored
In PHPUnit 9.1, the following regexp-related assertions have been deprecated and there are new alternatives for all them: - assertRegExp() -> assertMatchesRegularExpression() - assertNotRegExp() -> assertDoesNotMatchRegularExpression() This is about to, simply, move all cases to the new alternatives. Source: https://github.com/sebastianbergmann/phpunit/blob/9.1.0/ChangeLog-9.1.md Regexp to find all them: ag 'assertRegExp|assertNotRegExp' -li
-
- 23 Nov, 2020 1 commit
-
-
Andrew Nicols authored
-
- 21 Oct, 2020 1 commit
-
-
Eloy Lafuente authored
All the setup/teardown/pre/post/conditions template methods now are required to return void. This was warned with phpunit 7 and now is enforced. At the same time, fix a few wrong function names, provider data and param types, return statements...
-
- 23 Dec, 2019 1 commit
-
-
John Yao authored
* Users who has permission should be able to view after turning editing off
-
- 15 Aug, 2019 2 commits
-
-
Juan Leyva authored
-
Mihail Geshoski authored
-
- 04 Jun, 2019 1 commit
-
-
Mihail Geshoski authored
-
- 11 Apr, 2019 1 commit
-
-
Juan Leyva authored
-
- 11 Feb, 2019 1 commit
-
-
* Added current chapter's title to the button title so it's clear where you're adding the chapter to. * Update the behat tests to reflect the changes made to the title
-
- 05 Feb, 2019 1 commit
-
-
Mihail Geshoski authored
-
- 06 Sep, 2018 2 commits
-
-
Shamim Rezaie authored
-
Shamim Rezaie authored
-
- 12 Oct, 2017 1 commit
-
-
sam marshall authored
This change considers all existing search areas in Moodle and makes necessary changes. Custom change to course search, supported by helper in base.php: * course/classes/search/mycourse.php Custom change to message search: * message/classes/search/message_received.php * message/classes/search/message_sent.php Custom change to user search: * user/classes/search/user.php Custom changes to module areas, supported by helper in base_mod.php: * mod/book/classes/search/chapter.php * mod/data/classes/search/entry.php * mod/forum/classes/search/post.php * mod/glossary/classes/search/entry.php * mod/survey/classes/search/activity.php * mod/wiki/classes/search/collaborative_page.php (Note: the unit tests do not exhaustively check every context type for these, given that's mainly handled by the helper function which was already tested in the base_activity test.) Handled by block base class (no change): * blocks/html/classes/search/content.php Handled by activity base class (no change): * mod/assign/classes/search/activity.php * mod/book/classes/search/activity.php * mod/chat/classes/search/activity.php * mod/choice/classes/search/activity.php * mod/data/classes/search/activity.php * mod/feedback/classes/search/activity.php * mod/folder/classes/search/activity.php * mod/forum/classes/search/activity.php * mod/glossary/classes/search/activity.php * mod/imscp/classes/search/activity.php * mod/label/classes/search/activity.php * mod/lesson/classes/search/activity.php * mod/lti/classes/search/activity.php * mod/page/classes/search/activity.php * mod/quiz/classes/search/activity.php * mod/resource/classes/search/activity.php * mod/scorm/classes/search/activity.php * mod/url/classes/search/activity.php * mod/wiki/classes/search/activity.php * mod/workshop/classes/search/activity.php
-
- 25 Sep, 2017 1 commit
-
-
Eloy Lafuente authored
It covers all the original cases and more: - chapters up and down. - subchapters up and down within chapter and out from chapter. - 2nd up and before last down behaviors.
-
- 22 Jul, 2017 1 commit
-
-
Mark Nielsen authored
-
- 17 Jul, 2017 1 commit
-
-
Damyon Wiese authored
Improve the helpers for autocomplete so that: a) the set field for an auto complete will automatically close the suggestions list. b) add a new helper to open the suggestions list c) move the helper for clicking on an element in the suggestions list from tool_lp to core.
-
- 21 Apr, 2017 2 commits
-
-
Marina Glancy authored
-
-
- 04 Apr, 2017 1 commit
-
-
Part of MDL-55611 epic.
-
- 03 Apr, 2017 3 commits
-
-
Part of MDL-55611 epic.
-
Also remove few more unnecessary steps that redirects behat to site home page to actually get to the course. Part of MDL-55611 epic.
-
Part of MDL-55611 epic.
-
- 17 Mar, 2017 1 commit
-
-
Damyon Wiese authored
-
- 03 Jan, 2017 1 commit
-
-
Rajesh Taneja authored
-
- 06 Dec, 2016 1 commit
-
-
Marina Glancy authored
-
- 08 Nov, 2016 1 commit
-
-
Rajesh Taneja authored
-
- 14 Oct, 2016 1 commit
-
-
Andrew Nicols authored
-
- 11 Jul, 2016 1 commit
-
-
David Monllaó authored
-
- 04 Jul, 2016 1 commit
-
-
Juan Leyva authored
-