gabriel 6 lat temu
rodzic
commit
5f87efae80
1 zmienionych plików z 1 dodań i 0 usunięć
  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.");
     }