Przeglądaj źródła

Seteo mock webservice

gabriel 7 lat temu
rodzic
commit
0777727283
1 zmienionych plików z 1 dodań i 0 usunięć
  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");
             }
         }
     }