moodle/message
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
..
amd Merge branch 'MDL-65093_master-deprecate' of git://github.com/markn86/moodle 2019-07-29 10:43:52 +08:00
classes Merge branch 'MDL-65093_master-deprecate' of git://github.com/markn86/moodle 2019-07-29 10:43:52 +08:00
output MDL-62497 javascript: build AMD modules with new transpiler 2019-07-19 14:12:49 +08:00
templates Merge branch 'MDL-65093_master-deprecate' of git://github.com/markn86/moodle 2019-07-29 10:43:52 +08:00
tests MDL-65093 core_message: remove some "dupe" tests 2019-07-30 12:37:27 +02:00
defaultoutputs.php MDL-64495 admin: Removed setting page and deprecation 2019-03-12 10:40:43 +01:00
edit.php MDL-63303 message: message/edit.php opens setttings in message drawer 2018-11-15 14:43:21 +08:00
externallib.php MDL-65093 core_message: users can't block any user they want 2019-07-29 10:39:57 +08:00
index.php Merge branch 'MDL-65093_master-deprecate' of git://github.com/markn86/moodle 2019-07-29 10:43:52 +08:00
lib.php MDL-65510 messages: fixed defines not being used in code 2019-05-28 13:46:23 +02:00
module.js MDL-54708 message: change popover processor to nav bar notification 2016-10-07 16:26:40 +08:00
notificationpreferences.php MDL-56292 message: fix param in notificationpreferences.php 2016-10-10 12:48:52 +08:00
pendingcontactrequests.php MDL-65219 message: add message/pendingcontactrequests.php page back 2019-07-23 11:37:55 +08:00
renderer.php MDL-64495 admin: New Messaging settings category in Site administration 2019-03-12 10:40:43 +01:00
upgrade.txt MDL-65093 core_message: deprecate can_post_message() 2019-07-29 10:39:57 +08:00