Przeglądaj źródła

desactiva el checkeo remoto en los test

Luciano Andrade 7 lat temu
rodzic
commit
4b28160ce1
1 zmienionych plików z 1 dodań i 0 usunięć
  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);
 
     }
 }