Skip to content

Commit

Permalink
remove more clutter
Browse files Browse the repository at this point in the history
  • Loading branch information
jrushlow committed Mar 27, 2024
1 parent a33bee8 commit ceb62f4
Showing 1 changed file with 2 additions and 15 deletions.
17 changes: 2 additions & 15 deletions tests/Util/yaml_fixtures/a_wip.test
Original file line number Diff line number Diff line change
@@ -1,28 +1,15 @@
security:
firewalls:
dev:
security: false
# main:

access_control:
- path
===
$data['security'] = [
'firewalls' => [
'main' => [
'json_login' => [
'check_path' => '/somePath',
],
],
],
'providers' => [
'app_user_provider' => [
'entity' => [
'class' => 'App\Entity\User',
'property' => 'email',
],
],
'something' => 'a main',
],
'providers' => 'a provider'
];
===
security:
Expand Down

0 comments on commit ceb62f4

Please sign in to comment.