moodle/lib/phpunit/classes
Mark Nelson 883ce42127 MDL-36941 core: convert existing api to use new table structure
Also deprecated the following functions -

1. message_move_userfrom_unread2read - It is not necessary
   for us to mark a message as read on user deletion.
2. message_get_blocked_users - Horrible logic used to
   determine if a user is blocked via reference on some
   randomly chosen 'isblocked' variable.
3. message_get_contacts - The same as above. This can be
   done in a much nicer way.
4. message_mark_message_read - We want two functions to do
   this to avoid confusing messages and notifications.
5. message_can_delete_message - This assumed the variable
   $message contained the 'useridto' property, which
   was present in the old table structure. We do not want
   future usages where a query is done on the new table
   and is simply passed as this won't contain this property.
6. message_delete_message - Same as above.
2018-03-23 12:30:27 +08:00
..
advanced_testcase.php MDL-60611 phpunit: switch to namespaced phunit classes 2017-11-02 23:45:34 +01:00
arraydataset.php MDL-60611 phpunit: switch to namespaced phunit classes 2017-11-02 23:45:34 +01:00
autoloader.php MDL-60611 phpunit: switch to namespaced phunit classes 2017-11-02 23:45:34 +01:00
base_testcase.php MDL-60611 phpunit: switch to namespaced phunit classes 2017-11-02 23:45:34 +01:00
basic_testcase.php MDL-52284 core: PHP7 engine errors have type Throwable 2015-12-10 10:49:37 +08:00
constraint_object_is_equal_with_exceptions.php MDL-60611 phpunit: switch to namespaced phunit classes 2017-11-02 23:45:34 +01:00
database_driver_testcase.php MDL-52284 core: PHP7 engine errors have type Throwable 2015-12-10 10:49:37 +08:00
event_mock.php
event_sink.php
hint_resultprinter.php MDL-60611 phpunit: switch to namespaced phunit classes 2017-11-02 23:45:34 +01:00
message_sink.php MDL-36941 core: convert existing api to use new table structure 2018-03-23 12:30:27 +08:00
phpmailer_sink.php MDL-36941 core: convert existing api to use new table structure 2018-03-23 12:30:27 +08:00
restore_date_testcase.php MDL-9367 restore: Roll only configuration dates 2017-08-01 10:46:37 +05:30
util.php MDL-36941 core: convert existing api to use new table structure 2018-03-23 12:30:27 +08:00