We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7fd956 commit eb77ae7Copy full SHA for eb77ae7
tests/Util/yaml_fixtures/a_wip.test
@@ -1,29 +1,13 @@
1
security:
2
firewalls:
3
-# main:
4
-
5
- access_control:
6
- - path
+# main:
7
===
8
$data['security'] = [
9
- 'firewalls' => [
10
- 'something' => 'a main',
11
- ],
+ 'firewalls' => 'a firewall',
12
'providers' => 'a provider'
13
];
14
15
16
- firewalls:
17
- dev:
18
- security: false
19
20
- main:
21
- json_login:
22
- check_path: /somePath
23
24
25
- providers:
26
- app_user_provider:
27
- entity:
28
- class: App\Entity\User
29
- property: email
+ firewalls: 'a firewall'
+ providers: 'a provider'
0 commit comments