|
|
|
|
@ -151,7 +151,7 @@ class MailSettingscontrollerTest extends \PHPUnit_Framework_TestCase { |
|
|
|
|
* FIXME: Disabled due to missing DI on mail class. |
|
|
|
|
* TODO: Re-enable when https://github.com/owncloud/core/pull/12085 is merged. |
|
|
|
|
*/ |
|
|
|
|
$this->markSkipped(); |
|
|
|
|
$this->markTestSkipped('Disable test until OC_Mail is rewritten.'); |
|
|
|
|
|
|
|
|
|
$user = $this->getMockBuilder('\OC\User\User') |
|
|
|
|
->disableOriginalConstructor() |
|
|
|
|
|