summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorLukas Reschke <lukas@owncloud.com>2014-11-14 13:19:02 +0100
committerLukas Reschke <lukas@owncloud.com>2014-11-14 13:19:02 +0100
commit1358f3f17b004cfb6f7fe394c1137fbcb049e3bf (patch)
tree47c1dec22b2006ac7bd1b0c7fae006a2f7d7b122 /tests
parentdf18bd3e0d9288a443a31ed75443c68917eb516d (diff)
downloadnextcloud-server-1358f3f17b004cfb6f7fe394c1137fbcb049e3bf.tar.gz
nextcloud-server-1358f3f17b004cfb6f7fe394c1137fbcb049e3bf.zip
Mark skipped until #12085 is merged
See https://github.com/owncloud/core/pull/12175#issuecomment-63054620
Diffstat (limited to 'tests')
-rw-r--r--tests/settings/controller/mailsettingscontrollertest.php6
1 files changed, 6 insertions, 0 deletions
diff --git a/tests/settings/controller/mailsettingscontrollertest.php b/tests/settings/controller/mailsettingscontrollertest.php
index ff3d1d93a1b..b4177613f38 100644
--- a/tests/settings/controller/mailsettingscontrollertest.php
+++ b/tests/settings/controller/mailsettingscontrollertest.php
@@ -147,6 +147,12 @@ class MailSettingscontrollerTest extends \PHPUnit_Framework_TestCase {
}
public function testSendTestMail() {
+ /**
+ * FIXME: Disabled due to missing DI on mail class.
+ * TODO: Re-enable when https://github.com/owncloud/core/pull/12085 is merged.
+ */
+ $this->markSkipped();
+
$user = $this->getMockBuilder('\OC\User\User')
->disableOriginalConstructor()
->getMock();