Skip to content

Commit

Permalink
Add description with '%abc%' to trigger the Symfony service container…
Browse files Browse the repository at this point in the history
… parameter resolver
  • Loading branch information
niels-nijens committed Jan 29, 2025
1 parent c09f5ae commit 51bab22
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions tests/Functional/App/openapi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,9 @@ info:
paths:
/pets:
get:
description: |
This description contains a test if %abc% is not attempted to be resolved as
Symfony service container parameter.
x-openapi-bundle:
controller: 'Nijens\OpenapiBundle\Tests\Functional\App\Controller\GetPetsController'
additionalRouteAttributes:
Expand Down

0 comments on commit 51bab22

Please sign in to comment.