소스 검색

Test phpunit

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

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

@@ -105,7 +105,7 @@ class CMTSRESTControllerTest extends WebTestCaseBase
     private function generateGET($uri = null, $data = null)
     {
         // $this->initDefault($this->obtainDataWebService());
-        $this->initDefault();
+        // $this->initDefault();
         if ($uri == null) {
             $uri = $this->getUri();
         }