Browse Source

Seteo mock webservice

gabriel 7 năm trước cách đây
mục cha
commit
0777727283
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  1. 1 0
      tests/WebTestCaseBase.php

+ 1 - 0
tests/WebTestCaseBase.php

@@ -103,6 +103,7 @@ class WebTestCaseBase extends WebTestCase
                     null, //$original->getHttpClient(),
                     $webServiceData);
                 static::$kernel->getContainer()->set('webService', $fake);
+                var_dump("REEMPLAZO WEBSERVICE");
             }
         }
     }