|
@@ -302,7 +302,7 @@ class ONURESTControllerTest extends WebTestCaseBase
|
|
|
|
|
|
$json = json_decode($response->getContent(), true);
|
|
$json = json_decode($response->getContent(), true);
|
|
|
|
|
|
- var_dump($json);
|
|
|
|
|
|
+ var_dump($response->getContent(),$json);
|
|
// $this->assertEquals(201, $response->getStatusCode(), "Error en la respuesta http.");
|
|
// $this->assertEquals(201, $response->getStatusCode(), "Error en la respuesta http.");
|
|
// $this->assertEquals("suspend", $json["administrativeState"]);
|
|
// $this->assertEquals("suspend", $json["administrativeState"]);
|
|
|
|
|