Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
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
7c96cedd
Commit
7c96cedd
authored
Nov 28, 2014
by
Thomas Müller
Browse files
Merge pull request #12489 from owncloud/skip-sendpassword-email-test-windows
Skip lostcontroller sending email test on windows
parents
154628da
9cfae2ed
Changes
1
Hide whitespace changes
Inline
Side-by-side
tests/core/lostpassword/controller/lostcontrollertest.php
View file @
7c96cedd
...
...
@@ -102,6 +102,11 @@ class LostControllerTest extends \PHPUnit_Framework_TestCase {
}
public
function
testEmailSuccessful
()
{
if
(
\
OC_Util
::
runningOnWindows
())
{
// FIXME after OC_Mail refactor
$this
->
markTestSkipped
(
'[Windows] sendmail is not supported on windows'
);
}
$randomToken
=
$this
->
container
[
'SecureRandom'
];
$this
->
container
[
'SecureRandom'
]
->
expects
(
$this
->
once
())
...
...
Write
Preview
Markdown
is supported
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