moodle/message/tests
Eloy Lafuente (stronk7) eaaef6d621 MDL-65093 core_message: remove some "dupe" tests
With the deprecation of can_post_message() in favor of
can_send_message() all the new test_can_send_message_xxx()
were created from the original test_can_post_message_xxx() ones.

So, really we don't need all the old ones. Just ensure that
debugging is being called and done. New tests are already covering
the new method.

Note this is not strictly needed but in practice is allowing
MySQL + PHP 7.3 to stop segfaulting (because of some sort of limit /
overflow happening somewhere else). So this is just a practical
fix to avoid that while all the messaging tests are reorganizaed
@ MDL-63670. There are some good things to fix there.
2019-07-30 12:37:27 +02:00
..
behat Merge branch 'MDL-63458' of https://github.com/rlorenzo/moodle 2019-07-30 11:59:18 +08:00
fixtures MDL-46284 core: Add e-mail fetcher from IMAP 2014-10-07 09:58:35 +08:00
api_test.php MDL-65093 core_message: remove some "dupe" tests 2019-07-30 12:37:27 +02:00
events_test.php MDL-63724 core_message: add new group_message_sent event 2018-11-12 10:09:27 +08:00
externallib_test.php MDL-65093 core_message: users can't block any user they want 2019-07-29 10:39:57 +08:00
helper_test.php MDL-65169 core_message: user search respects profile visibility 2019-04-30 11:25:46 +08:00
inbound_test.php MDL-46282 core: Add VERP API 2014-09-30 14:22:30 +08:00
messagelib_test.php MDL-64715 message: add support for self conversations 2019-04-15 20:17:54 +02:00
migrate_message_data_task_test.php MDL-63168 core_message: added unit test 2019-01-23 13:23:33 +08:00
privacy_provider_test.php MDL-64993 core_message: fix unit test for non-ordered queries 2019-05-07 17:54:43 +02:00
search_received_test.php MDL-60913 search: add search area categories 2019-01-23 10:28:43 +11:00
search_sent_test.php MDL-60913 search: add search area categories 2019-01-23 10:28:43 +11:00