Maxi Schvindt 7 年之前
父節點
當前提交
c69e894a84
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1 0
      src/CablemodemBundle/tests/CMTSRESTControllerTest.php

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