Skip to content

Commit

Permalink
add expectation - without worrying about placement
Browse files Browse the repository at this point in the history
  • Loading branch information
jrushlow committed Mar 27, 2024
1 parent 4e0687d commit 4064404
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tests/Util/yaml_fixtures/a_wip.test
Original file line number Diff line number Diff line change
Expand Up @@ -116,6 +116,11 @@ security:
access_control:
- { path: ^/docs, roles: PUBLIC_ACCESS } # Allows accessing the Swagger UI
- { path: ^/authentication_token, roles: PUBLIC_ACCESS }
providers:
app_user_provider:
entity:
class: App\Entity\User
property: email
#- { path: ^/api, roles: IS_AUTHENTICATED_FULLY }

when@test:
Expand Down

0 comments on commit 4064404

Please sign in to comment.