Skip to content

Commit

Permalink
update tests
Browse files Browse the repository at this point in the history
  • Loading branch information
DarkaOnLine committed Aug 29, 2024
1 parent bc97596 commit 1325513
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tests/GeneratorTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -118,8 +118,8 @@ public function canGenerateApiJsonFile(): void
->assertSee('L5 Swagger')
->assertSee('my-default-host.com')
->assertSee('getProjectsList')
->assertSee('getClientsList')
->assertSee('Get list of products')
->assertSee('getClientsList')
->assertStatus(200);

$config = $this->configFactory->documentationConfig();
Expand All @@ -128,8 +128,8 @@ public function canGenerateApiJsonFile(): void
->assertSee('L5 Swagger')
->assertSee('my-default-host.com')
->assertSee('getProjectsList')
->assertSee('getClientsList')
->assertSee('Get list of products')
->assertSee('getClientsList')
->assertStatus(200);
}

Expand Down

0 comments on commit 1325513

Please sign in to comment.