Merge pull request #12177 from owncloud/skip-mail-test-for
Mark skipped until #12085 is merged
This commit is contained in:
commit
9fa25d5542
|
@ -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 New Issue