moodle/lib/tests
2013-12-23 09:54:44 +13:00
..
behat MDL-43404 behat: Avoid failures at framework level as much as possible 2013-12-19 15:48:03 +08:00
fixtures MDL-43044 events: Add unit tests 2013-12-06 16:08:03 +08:00
other MDL-40107 import tcpdf 6.0.031 2013-09-23 23:19:53 +02:00
performance MDL-42084 Core: Change set_time_limit to core_php_time_limit::raise everywhere 2013-11-06 16:40:01 +00:00
accesslib_test.php MDL-41198 lib: Allow PHP to generate random seed on script start 2013-12-18 16:45:34 +11:00
admintree_test.php
ajaxlib_test.php MDL-34182: Add functions to warn of output in AJAX scripts 2013-12-13 14:10:04 +08:00
authlib_test.php MDL-42224 fix log output regression in auth test 2013-10-16 07:25:28 +02:00
blocklib_test.php
code_test.php MDL-39915 fix core_code_testcase regression 2013-07-30 07:56:24 +02:00
collator_test.php
completionlib_test.php Merge branch 'wip-MDL-42400-master' of git://github.com/marinaglancy/moodle 2013-11-04 13:11:42 +08:00
component_test.php MDL-41953 add more tests for invalid plugin names 2013-10-11 00:09:04 +02:00
componentlib_test.php MDL-41707 allow custom location of external test files used from unit tests 2013-09-27 10:47:56 +02:00
conditionlib_test.php MDL-28463 conditionlib: use MUC for caching grades, reset when grades are changed 2013-11-01 16:48:50 +11:00
configonlylib_test.php MDL-40676 tests: fix null byte test. 2013-09-02 13:58:53 +08:00
coursecatlib_test.php MDL-31830 core_course: new course category management interface 2013-10-07 10:21:41 +13:00
cronlib_test.php MDL-38570 admin: fix cron_delete_from_temp on windows 2013-09-12 11:33:32 +08:00
csslib_test.php MDL-41057 csslib: CSS optimiser improvements. 2013-08-16 08:57:20 +12:00
csvclass_test.php
datalib_test.php MDL-42414 cleanup and fix increment_revision_number() unit test 2013-10-18 14:47:31 +02:00
editorlib_test.php MDL-40493 User preference: Allow users to set their preferred text editor. 2013-10-02 12:49:30 +08:00
environment_test.php MDL-40952 skip only the opcache requirement in environment test 2013-08-08 09:02:40 +02:00
event_content_viewed_test.php MDL-40052 events: Code style fixes 2013-08-27 15:26:38 +08:00
event_course_module_instance_list_viewed.php MDL-43044 events: Add unit tests 2013-12-06 16:08:03 +08:00
event_course_module_viewed.php MDL-42962 events: Add unit tests for the abstract class course_module_viewed 2013-12-03 14:24:31 +08:00
event_deprecated_test.php MDL-43044 events: Add unit tests 2013-12-06 16:08:03 +08:00
event_test.php MDL-43175 events: Base event unit tests for JSON encoding / decoding comparison. 2013-12-09 09:21:37 +08:00
eventslib_test.php MDL-42517 testing Changed events test to use assertDebuggingCalled() 2013-10-25 09:50:10 +01:00
externallib_test.php
filelib_test.php MDL-42951 curl: Re-organise Unit Tests in smaller chunks 2013-11-28 12:14:13 +08:00
filterlib_test.php MDL-42664 Fix the filter_manager instantiation 2013-11-01 09:18:10 +01:00
formslib_test.php MDL-40267 forms: added some tests for the range rule 2013-11-05 09:57:46 +08:00
gradelib_test.php
grouplib_test.php MDL-43252 Group menu in wrong order when groupings used 2013-12-09 13:02:12 +00:00
html2text_test.php MDL-41672 Add html2text unit test for multiple occurrences of the same URL 2013-10-09 15:38:21 +02:00
html_writer_test.php
htmlpurifier_test.php MDL-41017 improve purify caching 2013-08-03 11:31:18 +02:00
markdown_test.php
mathslib_test.php
medialib_test.php MDL-40931 useragent: separated user agent functionality into a lib 2013-08-26 13:59:19 +12:00
messagelib_test.php MDL-33618 Messages: Added support to disable message provider 2013-11-21 09:40:34 +08:00
minify_test.php MDL-43018 Fix unit tests for minify changes. 2013-12-02 12:52:01 +08:00
modinfolib_test.php MDL-42400 generator: module generators call add_moduleinfo instead of direct inserts 2013-10-26 14:00:23 +11:00
moodle_page_test.php MDL-41398 output: implemented maintenance renderer 2013-10-07 11:55:14 +13:00
moodlelib_test.php MDL-42767 notes: Delete notes on a course delete 2013-11-19 16:32:19 +08:00
navigationlib_test.php MDL-41081 navigation: added unit tests for navbar::prepend 2013-08-26 08:52:35 +12:00
outputcomponents_test.php MDL-39915 cleanup core_outputcomponents_testcase 2013-07-27 23:47:54 +02:00
outputrequirementslib_test.php MDL-39915 cleanup core_outputrequirementslib_testcase 2013-07-27 23:57:33 +02:00
plugin_manager_test.php MDL-42078 multiple uninstall improvements and cleanup 2013-10-07 13:10:36 +02:00
questionlib_test.php MDL-39915 cleanup core_questionlib_testcase 2013-07-28 14:39:16 +02:00
rsslib_test.php MDL-41707 allow custom location of external test files used from unit tests 2013-09-27 10:47:56 +02:00
session_manager_test.php MDL-31501 rework user session architecture 2013-09-21 13:11:56 +02:00
setuplib_test.php MDL-41819 try to work around max_input_vars restriction 2013-12-02 08:29:08 +08:00
statslib_test.php MDL-42084 Unit tests: Remove unnecessary 'clear time limit change' lines 2013-11-06 16:40:04 +00:00
string_manager_standard_test.php MDL-41019 refactor string managers to new core_ classes 2013-08-08 09:10:25 +02:00
tablelib_test.php MDL-42112 tablelib: Generate the correct number of cols for empty rows 2013-10-18 11:51:55 +08:00
text_test.php MDL-41197 normalize ascii text conversion 2013-10-07 23:54:05 +02:00
theme_config_test.php MDL-43082 Themes IE 9 Compatibility View doesn't support SVG. 2013-12-05 15:55:17 +01:00
update_checker_test.php MDL-42078 multiple uninstall improvements and cleanup 2013-10-07 13:10:36 +02:00
update_deployer_test.php MDL-42078 multiple uninstall improvements and cleanup 2013-10-07 13:10:36 +02:00
upgradelib_test.php MDL-39915 cleanup core_upgradelib_testcase 2013-07-28 14:59:03 +02:00
user_test.php MDL-31560 Messages: Added support for noreply and support users 2013-09-13 16:13:26 +08:00
useragent_test.php MDL-43082 Themes IE 9 Compatibility View doesn't support SVG. 2013-12-05 15:55:17 +01:00
weblib_test.php MDL-41707 allow custom location of external test files used from unit tests 2013-09-27 10:47:56 +02:00
xhtml_container_stack_test.php MDL-39915 cleanup outputlib testcases 2013-07-27 23:56:05 +02:00