Guillermo Espinoza 7 năm trước cách đây
mục cha
commit
259bbfb821
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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.");
     }