summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorLukas Reschke <lukas@owncloud.com>2014-10-16 15:41:45 +0200
committerLukas Reschke <lukas@owncloud.com>2014-10-16 15:41:45 +0200
commit85023543825a2c340cef82942b4c27b28275fb2d (patch)
tree6fe99d99ccf61c01bd5f32dbe467b52c1c4c3fbe /tests
parentd977938a054d56ead596798e02e371087b47b6c8 (diff)
downloadnextcloud-server-85023543825a2c340cef82942b4c27b28275fb2d.tar.gz
nextcloud-server-85023543825a2c340cef82942b4c27b28275fb2d.zip
Fix unit test
Regression introduced with https://github.com/owncloud/core/pull/11615
Diffstat (limited to 'tests')
-rw-r--r--tests/settings/controller/mailsettingscontrollertest.php6
1 files changed, 3 insertions, 3 deletions
diff --git a/tests/settings/controller/mailsettingscontrollertest.php b/tests/settings/controller/mailsettingscontrollertest.php
index 5a1add95449..ff3d1d93a1b 100644
--- a/tests/settings/controller/mailsettingscontrollertest.php
+++ b/tests/settings/controller/mailsettingscontrollertest.php
@@ -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
+}