Eloy Lafuente (stronk7)
7647f3887f
Merge branch 'MDL-54801-master' of git://github.com/jleyva/moodle
2016-07-26 19:54:53 +02:00
David Monllao
837cec00f9
Merge branch 'wip-mdl-55091-m' of https://github.com/rajeshtaneja/moodle
...
Conflicts:
lib/upgrade.txt
2016-07-26 10:14:30 +08:00
Rajesh Taneja
52f3e060e4
MDL-55091 phpunit: Following has been deprecated.
...
1. getMock()
2. setExpectedException()
3. checkForUnintentionallyCoveredCode renamed to beStrictAboutCoversAnnotation
4. beStrictAboutTestSize renamed to enforceTimeLimit
5. UnitTestCase class is now fully removed.
2016-07-26 10:11:30 +08:00
Stephen Bourget
12306a9f0f
MDL-55254 mod_data: Add view permissions
2016-07-24 21:00:57 -04:00
David Monllao
b3b1833097
Merge branch 'MDL-54943-master' of git://github.com/jleyva/moodle
...
Conflicts:
version.php
2016-07-19 01:19:13 +02:00
Juan Leyva
c1da311ad6
MDL-54801 webservice: Support 'ids' search in get_categories
2016-07-12 15:41:32 +01:00
Eloy Lafuente (stronk7)
ed2d12a125
Merge branch 'MDL-54955-master' of git://github.com/jleyva/moodle
2016-07-05 21:15:31 +02:00
Eloy Lafuente (stronk7)
e51f7a6a20
Merge branch 'MDL-49244-master' of git://github.com/jleyva/moodle
2016-07-05 20:16:44 +02:00
Juan Leyva
7c4e686f94
MDL-54943 webservice: New WS core_course_get_activities_overview
2016-07-05 09:10:13 +01:00
Juan Leyva
6a1131e2c2
MDL-55019 webservice: Course summary text should not be cleaned
2016-07-04 14:51:14 +01:00
Juan Leyva
b8b1be1554
MDL-49244 course: Clean parameters in core_course_get_categories
2016-06-30 13:26:54 +01:00
Juan Leyva
9df9f1f096
MDL-54104 webservice: Return section number in WS get_course_contents
2016-06-24 13:55:04 +01:00
Juan Leyva
d889b58747
MDL-54955 webservice: Apply external_format_string in course names
2016-06-20 13:16:52 +01:00
Eloy Lafuente (stronk7)
07a069f1c0
MDL-50063 unittests: Remove some unnecesary gc_collect_cycles()
...
Now backup and restore operations free logger resources calling
to the destroy() method. This commit ensures:
1) That gc_collect_cycles() is not used anymore in backup-related tests.
2) That all backup and restore controllers in test do always call
to the detroy() method.
3) Some unset() calls, needed to make gc_collect_cycles() are not used
anymore.
2016-05-13 02:50:45 +02:00
Frederic Massart
440b4c54ca
MDL-53957 form: Support frontpage for selection in course element
2016-05-06 09:27:31 +08:00
Eric Merrill
935ee1c6c6
MDL-53167 search: Adding unit tests for external API change
2016-04-11 21:24:18 -04:00
Marina Glancy
74fa9f76dc
MDL-50851 course: use new tag API
2016-01-10 15:25:47 +08:00
Dan Poltawski
8be9cffb8b
MDL-52219 phpunit: updated for new defaults
...
The externallib assertion was previously never being run and had a typo..
2015-11-26 14:07:17 +00:00
Juan Leyva
13bb68199e
MDL-51579 core_course: New Web Service get_course_module_by_instance
2015-10-04 21:11:01 +02:00
Eloy Lafuente (stronk7)
e99b197e97
MDL-51371 course: fix core_course_get_course_module assertion
...
A recent bugfix before integration left this failing. They are 22.
2015-09-24 15:38:18 +02:00
Juan Leyva
c515849937
MDL-51371 course: New Web Service core_course_get_course_module
2015-09-23 15:32:15 +02:00
Juan Leyva
740c354f17
MDL-49942 core_course: New Web Service core_course_search_courses
2015-09-15 09:18:26 +02:00
Marina Glancy
46be1d58ac
MDL-49718 externallib: unittest correction
2015-05-06 13:00:56 +08:00
Rajesh Taneja
0fe86bbdbb
MDL-49799 behat: replaced asd.com with example.com
...
asd.com is a valid domain, we should use reserved domain names for testing
2015-04-20 11:21:20 +08:00
Juan Leyva
bdf9f4d41c
MDL-45131 course: Add validation for returned parameters in WS tests
2015-04-16 10:25:24 +02:00
Juan Leyva
e81f67ca62
MDL-49453 webservices: Unit tests for WS core_course_view_course
2015-03-26 16:46:38 +01:00
Juan Leyva
8a5346a7f1
MDL-49242 webservices: Units tests for core_course_get_contents
2015-03-06 11:32:12 +01:00
Eloy Lafuente (stronk7)
4c55046399
Merge branch 'MDL-48357-master' of git://github.com/jleyva/moodle
2015-02-09 15:51:58 +01:00
James Henestofel
70f379639a
MDL-44071 webservices: Sorting courses post deletion.
...
Additional warnings added if particular steps fail.
Signed-off-by: Zachary Durber <zdurber@gmail.com >
2015-02-02 16:37:12 +08:00
Juan Leyva
ca4154ceaf
MDL-48357 webservices: Missing instance property in course contents ws
2015-01-29 14:06:09 +01:00
Dan Poltawski
affdc3b7e6
MDL-48638 course: update unit test to new message
2014-12-22 16:23:04 +00:00
Dan Poltawski
141e7d8747
MDL-40552 course: fixup unit test
...
Previously there was an assertion which was never used, now
we ensure to test the course themes functionality each time.
2014-11-29 12:20:36 +00:00
Damyon Wiese
ae0711d861
MDL-47690 Course: Remove unused variable from unit tests.
2014-10-27 11:26:35 +08:00
Damyon Wiese
d2dbc373f8
Merge branch 'MDL-47690-master' of git://github.com/jleyva/moodle
2014-10-27 11:11:53 +08:00
Juan Leyva
e13c152e82
MDL-47690 web services: Fixed invalid return parameter type in mod_url
2014-10-24 09:54:35 +02:00
Adrian Greeve
c42d18183a
MDL-47675 phpunit: Update unit tests to pass on MSSQL
...
Unit tests were failing on MSSQL. gc_collect_cycles() was
removed from the phpunit utils.php file to save time in running
the tests, but MSSQL doesn't clean up open files as well as
other databases.
This patch includes the garbage collection for the unit tests
that require it.
2014-10-20 14:26:11 +08:00
Marina Glancy
cdd9c80f1a
MDL-39233 mod_url: added unittest for get_course_content
2014-08-26 13:53:13 +08:00
Damyon Wiese
40cb48792a
MDL-33952 Assignment - bon voyage!
...
mod_assignment has been replaced with a stub that only exists to support restoring and
auto upgrading to mod_assign. If you require mod_assignment for some old plugin, then
overwrite with the 2.6 version manually.
2014-01-08 14:51:06 +08:00
Dan Poltawski
73ee2fda6b
MDL-41690 course: remove use of deprecated functions
2014-01-06 10:45:59 +08:00
sam marshall
db0f0097e8
MDL-42084 Unit tests: Remove unnecessary 'clear time limit change' lines
2013-11-06 16:40:04 +00:00
Petr Škoda
8252b7c291
MDL-40901 standardise core test case class and file names
...
This finally allows us to type only the class name when executing individual core test cases.
2013-08-04 22:10:31 +02:00
Dan Poltawski
fce10644a0
MDL-40536 course: unit tests for course_external::import_course
...
Basic import operations and a specific test case which identifies
a bug.
2013-07-12 16:39:41 +08:00
Eloy Lafuente (stronk7)
a182f88f7f
MDL-39723 prevent update_courses() bad habits.
...
All the external functions end calling require_login() that is
always in charge of setting the $COURSE global. This is not a
problem, but in the case of core_course_external::update_courses()
testing, where we are, in the same "request", both setting and getting
the $COURSE information and it's clearly outdated, so the test fails.
Alternative solution would be to modify the external function to ensure
that, after updating a course, $COURSE is also updated with the changes
but it does not seem to be necessary for "normal" usage (both UI/WS POVs).
2013-06-04 21:45:15 +02:00
Jerome Mouneyrac
487bc1b627
MDL-38440 WebService get_contents doesn't return the full text of labels
2013-04-26 15:13:03 +08:00
Petr Škoda
0ddd65d9e0
MDL-38989 add missing test timeout reset
2013-04-10 09:49:19 +02:00
Frederic Massart
8819a83601
MDL-26644 course: Remove useless setting completionstartonenrol
...
This commit removes any trace of the setting 'Completion tracking
begins on enrolment' as it does not appear to do anything.
2013-03-25 08:28:01 +08:00
Sam Hemelryk
07ccb35731
Merge branch 'wip-MDL-38144-master' of git://github.com/marinaglancy/moodle
2013-02-26 15:43:26 +13:00
Eloy Lafuente (stronk7)
05fc7ccc82
Merge branch 'MDL-30098_master' of git://github.com/markn86/moodle
...
Conflicts:
course/tests/externallib_test.php
2013-02-25 23:38:20 +01:00
Marina Glancy
db1eed7012
MDL-38144 categories are created in reverse sort order in externallib
2013-02-23 12:06:39 +11:00
Mark Nelson
79949c1ba3
MDL-30098 core_course: adding webservice functions to allow the deletion of module instances
2013-02-06 16:56:17 +08:00