Explorar o código

desactiva el checkeo remoto en los test

Luciano Andrade %!s(int64=7) %!d(string=hai) anos
pai
achega
4b28160ce1
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      tests/WebTestCaseBase.php

+ 1 - 0
tests/WebTestCaseBase.php

@@ -402,6 +402,7 @@ class WebTestCaseBase extends WebTestCase
         $this->fakeTenancyService();
 
 	static::$kernel->getContainer()->get('device.device_listener')->remoteCheck(false);
+	static::$kernel->getContainer()->get('device.device_validator')->remoteCheck(false);
 
     }
 }