Skip to content

Commit

Permalink
MDL-57634 messaging: Ensure test uses a configured plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
micaherne committed Jan 12, 2017
1 parent 8ed0851 commit 55b2a33
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion message/tests/api_test.php
Original file line number Diff line number Diff line change
Expand Up @@ -876,7 +876,7 @@ public function test_is_user_blocked_as_admin() {
* 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");
}
Expand Down

0 comments on commit 55b2a33

Please sign in to comment.