mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
Merge pull request #12177 from owncloud/skip-mail-test-for
Mark skipped until #12085 is merged
This commit is contained in:
commit
9fa25d5542
1 changed files with 6 additions and 0 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Reference in a new issue