We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 789d382 commit dd84085Copy full SHA for dd84085
tests/Unit/GeneratorTestCase.php
@@ -211,7 +211,7 @@ public function can_parse_query_parameters()
211
}
212
213
/** @test */
214
- public function it_ignores_excluded_params()
+ public function it_does_not_generate_values_for_excluded_params_and_excludes_them_from_clean_params()
215
{
216
$route = $this->createRoute('GET', '/api/test', 'withExcludedExamples');
217
$parsed = $this->generator->processRoute($route);
0 commit comments