Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Plugins bot
moodle-plugins-snapshots
Commits
81c226d4
Commit
81c226d4
authored
Jan 18, 2017
by
Andrew Nicols
Browse files
Merge branch 'MDL-57634-m' of
https://github.com/micaherne/moodle
parents
40566af6
55b2a33c
Changes
1
Hide whitespace changes
Inline
Side-by-side
message/tests/api_test.php
View file @
81c226d4
...
...
@@ -876,7 +876,7 @@ class core_message_api_testcase extends core_message_messagelib_testcase {
* Tes get_message_processor api.
*/
public
function
test_get_message_processor
()
{
$processors
=
get_message_processors
();
$processors
=
get_message_processors
(
true
);
if
(
empty
(
$processors
))
{
$this
->
markTestSkipped
(
"No message processors found"
);
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment