Преглед на файлове

Eliminacion listener/validacion

gabriel преди 7 години
родител
ревизия
c9ab505bc8
променени са 1 файла, в които са добавени 0 реда и са изтрити 6 реда
  1. 0 6
      tests/WebTestCaseBase.php

+ 0 - 6
tests/WebTestCaseBase.php

@@ -399,11 +399,5 @@ class WebTestCaseBase extends WebTestCase
         $this->FakeLogin();
         // creo el servicio de tenencias
         $this->fakeTenancyService();
-
-        if ($this->getClient()->getContainer()->has('device.device_listener'))
-            $this->getClient()->getContainer()->get('device.device_listener')->remoteCheck(false);
-        if ($this->getClient()->getContainer()->has('device.device_validator'))
-            $this->getClient()->getContainer()->get('device.device_validator')->remoteCheck(false);
-
     }
 }