Luciano Andrade hace 7 años
padre
commit
ab27052a54
Se han modificado 1 ficheros con 1 adiciones y 0 borrados
  1. 1 0
      src/FTTHBundle/tests/ONURESTControllerTest.php

+ 1 - 0
src/FTTHBundle/tests/ONURESTControllerTest.php

@@ -145,6 +145,7 @@ class ONURESTControllerTest extends WebTestCaseBase
         $this->getClient()->request('PUT', $this->getUriPutDelete() . $id, $data);
         // obtengo la respuesta
         $response = $this->getClient()->getResponse();
+        $this->assertEquals("", $response->getContent(), "Error en la respuesta http.");
         $this->assertEquals(200, $response->getStatusCode(), "Error en la respuesta http.");
     }