File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -420,7 +420,7 @@ public static function getAddData(): array
420420 #[DataProvider('getAddData ' )]
421421 public function testAddData (?string $ contentType , string $ requestFixture , string $ responseFixture )
422422 {
423- $ this ->mockDriverGetEmptyAndSaveTmpData ($ this ->getJsonFixture ($ requestFixture ));
423+ $ this ->mockDriverGetEmptyAndSaveProcessTmpData ($ this ->getJsonFixture ($ requestFixture ));
424424
425425 $ service = app (SwaggerService::class);
426426
@@ -882,7 +882,7 @@ public function testSaveProductionData()
882882
883883 public function testAddDataDescriptionForRouteConditionals ()
884884 {
885- $ this ->mockDriverGetEmptyAndSaveTmpData (
885+ $ this ->mockDriverGetEmptyAndSaveProcessTmpData (
886886 $ this ->getJsonFixture ('tmp_data_get_route_parameters_description ' )
887887 );
888888
@@ -940,7 +940,7 @@ public function testMergeTempDocumentation()
940940
941941 public function testAddDataWhenInvokableClass ()
942942 {
943- $ this ->mockDriverGetEmptyAndSaveTmpData ($ this ->getJsonFixture ('tmp_data_get_user_request_invoke ' ));
943+ $ this ->mockDriverGetEmptyAndSaveProcessTmpData ($ this ->getJsonFixture ('tmp_data_get_user_request_invoke ' ));
944944
945945 $ service = app (SwaggerService::class);
946946
You can’t perform that action at this time.
0 commit comments