Maxi Schvindt há 7 anos atrás
pai
commit
c69e894a84
1 ficheiros alterados com 1 adições e 0 exclusões
  1. 1 0
      src/CablemodemBundle/tests/CMTSRESTControllerTest.php

+ 1 - 0
src/CablemodemBundle/tests/CMTSRESTControllerTest.php

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