shalvah hace 5 años
padre
commit
4c0a753a62
Se han modificado 1 ficheros con 2 adiciones y 2 borrados
  1. 2 2
      tests/Unit/GeneratorTestCase.php

+ 2 - 2
tests/Unit/GeneratorTestCase.php

@@ -856,10 +856,10 @@ abstract class GeneratorTestCase extends TestCase
             ],
             'response_calls' => [
                 'methods' => ['*'],
-                'query' => [
+                'queryParams' => [
                     'queryParam' => 'queryValue',
                 ],
-                'body' => [
+                'bodyParams' => [
                     'bodyParam' => 'bodyValue',
                 ],
             ],