Guillermo Espinoza před 7 roky
rodič
revize
778f8ae1bb

+ 2 - 2
src/CablemodemBundle/tests/CMTSRESTControllerTest.php

@@ -141,7 +141,7 @@ class CMTSRESTControllerTest extends WebTestCaseBase
      */
     public function testPOST()
     {
-        // $this->initDefault($this->obtainDataWebService());
+        $this->initDefault($this->obtainDataWebService());
 
         // seteo los datos del listener
         $this->setListener();
@@ -183,7 +183,7 @@ class CMTSRESTControllerTest extends WebTestCaseBase
         $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();