Browse Source

Test phpunit

Guillermo Espinoza 7 năm trước cách đây
mục cha
commit
873935a582
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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();
         }