Skip to content
Snippets Groups Projects
Commit 85023543 authored by Lukas Reschke's avatar Lukas Reschke
Browse files

Fix unit test

Regression introduced with https://github.com/owncloud/core/pull/11615
parent d977938a
No related branches found
No related tags found
No related merge requests found
......@@ -169,8 +169,8 @@ class MailSettingscontrollerTest extends \PHPUnit_Framework_TestCase {
'A problem occurred while sending the e-mail. Please revisit your settings.'),
array('Email sent', array(), 'Email sent'),
array('test email settings', array(), 'test email settings'),
array('If you received this email, the settings seems to be correct.', array(),
'If you received this email, the settings seems to be correct.')
array('If you received this email, the settings seem to be correct.', array(),
'If you received this email, the settings seem to be correct.')
)
));
$this->container['UserSession']
......@@ -193,4 +193,4 @@ class MailSettingscontrollerTest extends \PHPUnit_Framework_TestCase {
$this->assertSame($expectedResponse, $response);
}
}
\ No newline at end of file
}
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