moodle/mod/forum/tests
2022-01-27 16:41:19 +02:00
..
behat Merge branch 'MDL-72287-master' of https://github.com/mihailges/moodle 2021-12-09 23:14:32 +01:00
event MDL-73476 phpunit: events, external and search tescase names 2022-01-14 16:18:39 +01:00
generator MDL-73202 mod_forum: Add behat generators 2021-11-30 10:07:05 +01:00
privacy MDL-73348 phpunit: normalize all privacy provider tests 2021-12-17 14:21:02 +01:00
search MDL-73476 phpunit: events, external and search tescase names 2022-01-14 16:18:39 +01:00
backup_forum_activity_test.php MDL-53166 mod_forum: fix fatal error in backup phpunit test 2016-02-19 11:14:08 +13:00
builders_exported_posts_test.php MDL-65252 mod_forum: fix posts builder so it excludes hidden posts 2021-07-02 06:19:16 +08:00
cron_trait.php MDL-71036 phpunit: Renamed various regexp-related assertions 2021-03-11 19:22:24 +01:00
custom_completion_test.php MDL-70820 mod_forum: custom completion implementation 2021-04-07 12:17:30 +08:00
dates_test.php MDL-70818 mod_forum: implement activity_dates for the forum module 2021-04-23 13:46:28 +10:00
entities_author_test.php MDL-64821 mod_forum: don't show name of deleted user 2019-09-25 15:36:51 +08:00
entities_discussion_summary_test.php MDL-66694 mod_forum: Update word & char counts on db save 2019-10-17 15:05:57 +08:00
entities_discussion_test.php MDL-66694 mod_forum: Update word & char counts on db save 2019-10-17 15:05:57 +08:00
entities_forum_test.php MDL-66360 grade: fix unit tests failures and errors 2019-11-11 15:39:28 +08:00
entities_post_read_receipt_collection_test.php MDL-66694 mod_forum: Update word & char counts on db save 2019-10-17 15:05:57 +08:00
entities_post_test.php MDL-66694 mod_forum: Update word & char counts on db save 2019-10-17 15:05:57 +08:00
entities_sorter_test.php MDL-64820 forum: fix up issues from review 2019-03-22 09:31:21 +08:00
exporters_author_test.php MDL-65849 mod_forum: Add course param to the author's profile url 2019-11-29 20:50:16 +11:00
exporters_discussion_test.php MDL-67673 phpunit: Fix the return type of template methods 2020-10-21 12:45:59 +02:00
exporters_forum_test.php MDL-65071 forum: Add unit tests 2019-05-01 22:10:12 +08:00
exporters_post_test.php MDL-65792 mod_forum: show release time on timed posts 2020-10-27 08:58:26 +01:00
externallib_test.php MDL-73485 phpunit: externallib, generator and filter tescase names 2022-01-21 19:48:23 +01:00
generator_test.php MDL-73485 phpunit: externallib, generator and filter tescase names 2022-01-21 19:48:23 +01:00
generator_trait.php MDL-22077 forum: Add forum private replies 2019-04-04 11:25:29 +08:00
grades_forum_gradeitem_test.php MDL-73278 phpunit: Fix namespaces for the renamed classes 2021-12-07 23:54:29 +01:00
grades_gradeitems_test.php MDL-73278 phpunit: Fix namespaces for the renamed classes 2021-12-07 23:54:29 +01:00
h5p_canedit_test.php MDL-71956 core_h5p: Add more scenarios to can_edit_content 2021-11-09 16:47:18 +01:00
lib_test.php MDL-73352 phpunit: lib_test and locallib_test testcase names 2021-12-30 16:21:42 +01:00
local_container_test.php MDL-64820 forum: fix cibot complaints 2019-03-22 10:38:41 +08:00
locallib_test.php MDL-73352 phpunit: lib_test and locallib_test testcase names 2021-12-30 16:21:42 +01:00
mail_group_test.php MDL-67673 phpunit: Fix the return type of template methods 2020-10-21 12:45:59 +02:00
mail_test.php MDL-67853 message: Adapt tests removing online/offline settings 2022-01-27 15:22:15 +01:00
maildigest_test.php MDL-72767 forum: Ensure digests are sent 2021-11-01 08:49:46 +00:00
managers_capability_test.php MDL-67673 phpunit: Fix the return type of template methods 2020-10-21 12:45:59 +02:00
output_email_test.php MDL-51852 mod_forum: Respect timed discussions in emails 2016-02-17 07:57:57 +08:00
portfolio_caller_test.php MDL-62232 mod_forum: Additional tests for portfolio file export 2018-05-10 09:15:57 +08:00
private_replies_test.php MDL-67673 phpunit: Fix the return type of template methods 2020-10-21 12:45:59 +02:00
qanda_test.php MDL-67673 phpunit: Fix the return type of template methods 2020-10-21 12:45:59 +02:00
restore_date_test.php MDL-9367 restore: Roll only configuration dates 2017-08-01 10:46:37 +05:30
rsslib_test.php MDL-22077 forum: Deprecate unused helper trait 2019-04-04 11:25:29 +08:00
subscriptions_test.php MDL-67673 phpunit: Remove deprecated assertInternalType() 2020-10-21 12:45:59 +02:00
vaults_author_test.php MDL-65394 forum: add context id to author export 2019-05-01 16:27:34 +08:00
vaults_discussion_list_test.php MDL-67673 phpunit: Fix the return type of template methods 2020-10-21 12:45:59 +02:00
vaults_discussion_test.php MDL-67673 phpunit: Fix the return type of template methods 2020-10-21 12:45:59 +02:00
vaults_forum_test.php MDL-66011 test: remove magic @covers lines 2019-10-04 09:40:34 +08:00
vaults_post_attachment_test.php MDL-65252 forum: add missing inline attachments logic to forum API 2021-07-06 13:49:29 +08:00
vaults_post_read_receipt_collection_test.php MDL-64820 forum: add new classes for rendering to local namespace 2019-03-22 09:24:05 +08:00
vaults_post_test.php MDL-67673 phpunit: Fix the return type of template methods 2020-10-21 12:45:59 +02:00