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

+ 2 - 2
tests/WebTestCaseBase.php

@@ -401,9 +401,9 @@ class WebTestCaseBase extends WebTestCase
         // creo el servicio de tenencias
         $this->fakeTenancyService();
 
-	if static::$kernel->getContainer()->has('device.device_listener')
+	if (static::$kernel->getContainer()->has('device.device_listener'))
 		static::$kernel->getContainer()->get('device.device_listener')->remoteCheck(false);
-	if static::$kernel->getContainer()->has('device.device_validator')
+	if (static::$kernel->getContainer()->has('device.device_validator'))
 		static::$kernel->getContainer()->get('device.device_validator')->remoteCheck(false);
 
     }