Selaa lähdekoodia

Update GeneratorTestCase.php

Shalvah 5 vuotta sitten
vanhempi
commit
dd840854b1
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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);