Skip to content

Commit dd84085

Browse files
authored
Update GeneratorTestCase.php
1 parent 789d382 commit dd84085

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/Unit/GeneratorTestCase.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ public function can_parse_query_parameters()
211211
}
212212

213213
/** @test */
214-
public function it_ignores_excluded_params()
214+
public function it_does_not_generate_values_for_excluded_params_and_excludes_them_from_clean_params()
215215
{
216216
$route = $this->createRoute('GET', '/api/test', 'withExcludedExamples');
217217
$parsed = $this->generator->processRoute($route);

0 commit comments

Comments
 (0)