Selaa lähdekoodia

Skip lostcontroller sending email test on windows

tags/v8.0.0alpha1
Joas Schilling 9 vuotta sitten
vanhempi
commit
9cfae2ed44
1 muutettua tiedostoa jossa 5 lisäystä ja 0 poistoa
  1. 5
    0
      tests/core/lostpassword/controller/lostcontrollertest.php

+ 5
- 0
tests/core/lostpassword/controller/lostcontrollertest.php Näytä tiedosto

@@ -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())

Loading…
Peruuta
Tallenna