فهرست منبع

desactivo en device listener en los test

Luciano Andrade 7 سال پیش
والد
کامیت
3c0fa0c0aa
1فایلهای تغییر یافته به همراه5 افزوده شده و 0 حذف شده
  1. 5 0
      tests/WebTestCaseBase.php

+ 5 - 0
tests/WebTestCaseBase.php

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