Skip to content
GitLab
Menu
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
die_coolen_jungs
our_own_cloud_project
Commits
9fa25d55
Commit
9fa25d55
authored
Nov 14, 2014
by
Thomas Müller
Browse files
Merge pull request #12177 from owncloud/skip-mail-test-for
Mark skipped until #12085 is merged
parents
df18bd3e
1358f3f1
Changes
1
Show whitespace changes
Inline
Side-by-side
tests/settings/controller/mailsettingscontrollertest.php
View file @
9fa25d55
...
...
@@ -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
();
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment