Explorar o código

Update GeneratorTestCase.php

Shalvah %!s(int64=5) %!d(string=hai) anos
pai
achega
dd840854b1
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      tests/Unit/GeneratorTestCase.php

+ 1 - 1
tests/Unit/GeneratorTestCase.php

@@ -211,7 +211,7 @@ abstract class GeneratorTestCase extends TestCase
     }
 
     /** @test */
-    public function it_ignores_excluded_params()
+    public function it_does_not_generate_values_for_excluded_params_and_excludes_them_from_clean_params()
     {
         $route = $this->createRoute('GET', '/api/test', 'withExcludedExamples');
         $parsed = $this->generator->processRoute($route);