Maxi Schvindt 7 lat temu
rodzic
commit
c69e894a84

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

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