Guillermo Espinoza 7 년 전
부모
커밋
259bbfb821
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  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.");
     }