shalvah 5 éve
szülő
commit
4c0a753a62
1 módosított fájl, 2 hozzáadás és 2 törlés
  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',
                 ],
             ],