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