Merge pull request #11617 from owncloud/fix-unit

Fix unit test
This commit is contained in:
Thomas Müller 2014-10-16 16:57:40 +02:00
commit 1ebeb6792e
1 changed files with 3 additions and 3 deletions

View File

@ -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']