Skip to content

Commit

Permalink
cs
Browse files Browse the repository at this point in the history
  • Loading branch information
DarkaOnLine committed Aug 29, 2024
1 parent 6848ce8 commit 4f2add0
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tests/GeneratorTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,9 @@ public function canGenerateWithScanOptions(): void
->assertSee('my-default-host.com')
->assertSee('getProjectsList')
->assertSee('operationId')
->assertSee("POST::/products::Tests\\\storage\\\annotations\\\OpenApi\\\Products\\\L5SwaggerAnnotationsExampleProducts::getProductsList")
->assertSee(
"POST::/products::Tests\\\storage\\\annotations\\\OpenApi\\\Products\\\L5SwaggerAnnotationsExampleProducts::getProductsList"
)
->assertDontSee('getClientsList')
->assertStatus(200);
}
Expand Down

0 comments on commit 4f2add0

Please sign in to comment.