Guillermo Espinoza 7 년 전
부모
커밋
778f8ae1bb
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      src/CablemodemBundle/tests/CMTSRESTControllerTest.php

+ 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();