gabriel %!s(int64=6) %!d(string=hai) anos
pai
achega
5f87efae80
Modificáronse 1 ficheiros con 1 adicións e 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.");
     }