gabriel hace 6 años
padre
commit
5f87efae80
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

@@ -210,6 +210,7 @@ class ONURESTControllerTest extends WebTestCaseBase
         $this->getClient()->request('POST', $this->getUri(), $this->obtainData());
         // obtengo la respuesta
         $response = $this->getClient()->getResponse();
+        var_dump($response->getContent());
         $this->assertEquals(201, $response->getStatusCode(), "Error en la respuesta http.");
     }