Parcourir la source

Seteo mock webservice

gabriel il y a 7 ans
Parent
commit
0777727283
1 fichiers modifiés avec 1 ajouts et 0 suppressions
  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");
             }
         }
     }