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.");
     }