|
@@ -107,6 +107,8 @@ class WebTestCaseBase extends WebTestCase
|
|
}
|
|
}
|
|
}
|
|
}
|
|
|
|
|
|
|
|
+
|
|
|
|
+
|
|
/**
|
|
/**
|
|
* Funcion que crea el servicio de tenencias. Por defecto crea la tenencia base.
|
|
* Funcion que crea el servicio de tenencias. Por defecto crea la tenencia base.
|
|
* @param int $current Contiene la tenencia actual.
|
|
* @param int $current Contiene la tenencia actual.
|
|
@@ -398,5 +400,8 @@ class WebTestCaseBase extends WebTestCase
|
|
$this->FakeLogin();
|
|
$this->FakeLogin();
|
|
// creo el servicio de tenencias
|
|
// creo el servicio de tenencias
|
|
$this->fakeTenancyService();
|
|
$this->fakeTenancyService();
|
|
|
|
+
|
|
|
|
+ static::$kernel->getContainer()->get('device.device_listener')->remoteCheck(false);
|
|
|
|
+
|
|
}
|
|
}
|
|
}
|
|
}
|