MDL-57634 messaging: Ensure test uses a configured plugin

This commit is contained in:
Michael Aherne
2017-01-12 12:31:56 +00:00
parent 07f6358b03
commit 18907a51d5
+1 -1
View File
@@ -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");
}