|
@@ -114,7 +114,7 @@ class CMTSRESTControllerTest extends WebTestCaseBase
|
|
|
'tenancyId' => $this->obtainData('tenancyId'),
|
|
|
];
|
|
|
}
|
|
|
-
|
|
|
+
|
|
|
$this->getClient()->request('GET', $uri . $this->generateFilters($data));
|
|
|
|
|
|
return $this->getClient()->getResponse();
|
|
@@ -142,7 +142,7 @@ class CMTSRESTControllerTest extends WebTestCaseBase
|
|
|
public function testPOST()
|
|
|
{
|
|
|
// inicializo con los datos del webservicemock
|
|
|
- $this->initDefault($this->obtainDataWebService());
|
|
|
+ // $this->initDefault($this->obtainDataWebService());
|
|
|
// seteo los datos del listener
|
|
|
$this->setListener();
|
|
|
// hago la inserccion llamando al servicio por post
|
|
@@ -182,7 +182,7 @@ class CMTSRESTControllerTest extends WebTestCaseBase
|
|
|
// busco el id
|
|
|
$id = $this->getProperty($response, 'id');
|
|
|
// inicializo con los datos del webservicemock
|
|
|
- $this->initDefault($this->obtainDataWebService());
|
|
|
+ // $this->initDefault($this->obtainDataWebService());
|
|
|
// seteo los datos del listener
|
|
|
$this->setListener();
|
|
|
// creo el nuevo set de datos a enviar.
|