Skip to content
Snippets Groups Projects
Commit 2c17ac9d authored by David Pesce's avatar David Pesce
Browse files

sendmbox missing again

parent 41553eaf
No related branches found
No related tags found
No related merge requests found
......@@ -32,11 +32,11 @@ abstract class TestCase extends PhpUnitTestCase {
$moodle_events = $this->moodle_controller->createEvents([$input]);
$this->assertNotNull($moodle_events, 'Check that the events exist in the expander controller.');
/* //Hack to add Moodle plugin config setting for sendmbox - need to make config function
//Hack to add Moodle plugin config setting for sendmbox - need to make config function
$moodle_events = [array_merge(
$moodle_events[0],
['sendmbox' => false]
)];*/
)];
$translator_events = $this->translator_controller->createEvents($moodle_events);
$this->assertNotNull($translator_events, 'Check that the events exist in the translator controller.');
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment