Преглед на файлове

changed test function name to clearly outline what the test is meant to do

franko4don преди 6 години
родител
ревизия
7d2e6a1572
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      tests/Unit/GeneratorTestCase.php

+ 1 - 1
tests/Unit/GeneratorTestCase.php

@@ -355,7 +355,7 @@ abstract class GeneratorTestCase extends TestCase
     }
 
     /** @test */
-    public function can_replace_key_value_pair_in_response_file()
+    public function can_add_or_replace_key_value_pair_in_response_file()
     {
         // copy file to storage
         $filePath = __DIR__.'/../Fixtures/response_test.json';