Skip to content

Commit ed1cfc0

Browse files
committed
fix: tests
1 parent b89907e commit ed1cfc0

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

tests/SwaggerServiceTest.php

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)