Skip to content

Commit

Permalink
add test
Browse files Browse the repository at this point in the history
  • Loading branch information
DarkaOnLine committed Aug 28, 2024
1 parent 60f68ee commit ecf2475
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions tests/GeneratorTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,6 @@ public function canGenerateApiJsonFile(): void
->assertSee('L5 Swagger')
->assertSee('my-default-host.com')
->assertSee('getProjectsList')
->assertSee('getProductsList')
->assertSee('getClientsList')
->assertStatus(200);

Expand All @@ -128,7 +127,6 @@ public function canGenerateApiJsonFile(): void
->assertSee('L5 Swagger')
->assertSee('my-default-host.com')
->assertSee('getProjectsList')
->assertSee('getProductsList')
->assertSee('getClientsList')
->assertStatus(200);
}
Expand Down Expand Up @@ -158,7 +156,6 @@ public function canGenerateWithLegacyExcludedDirectories(): void
->assertSee('L5 Swagger')
->assertSee('my-default-host.com')
->assertSee('getProjectsList')
->assertSee('getProductsList')
->assertDontSee('getClientsList')
->assertStatus(200);
}
Expand Down Expand Up @@ -202,7 +199,6 @@ public function canGenerateWithScanOptions(): void
->assertSee('3.1.0')
->assertSee('my-default-host.com')
->assertSee('getProjectsList')
->assertSee('getProductsList')
->assertSee('operationId')
->assertSee("POST::/products::Tests\\\storage\\\annotations\\\OpenApi\\\Products\\\L5SwaggerAnnotationsExampleProducts::getProductsList")
->assertDontSee('getClientsList')
Expand Down

0 comments on commit ecf2475

Please sign in to comment.