Guillermo Espinoza 7 år sedan
förälder
incheckning
259bbfb821
1 ändrade filer med 1 tillägg och 0 borttagningar
  1. 1 0
      src/CablemodemBundle/tests/CMTSRESTControllerTest.php

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

@@ -150,6 +150,7 @@ class CMTSRESTControllerTest extends WebTestCaseBase
         // obtengo la respuesta
         $response = $this->getClient()->getResponse();
 
+        var_dump ($this->getClient()->getResponse());die;
         $this->assertEquals(201, $response->getStatusCode(), "Error en la respuesta http.");
     }