Commit be5dd61
File tree
30 files changed
+240
-98
lines changedFilter options
- src/Symfony
- Bundle/SecurityBundle/Tests
- DataCollector
- Functional
- Component/Security
- Core
- Authentication/Token
- Tests
- Authentication
- Token
- Storage
- Authorization
- Voter
- Exception
- Http
- Authenticator
- Controller
- EventListener
- Firewall
- Logout
- Tests
- Authentication
- Authenticator
- Controller
- EventListener
- Firewall
- Logout
30 files changed
+240
-98
lines changedsrc/Symfony/Bundle/SecurityBundle/Tests/DataCollector/SecurityDataCollectorTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/SecurityBundle/Tests/DataCollector/SecurityDataCollectorTest.php+4-3Lines changed: 4 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
29 | 29 |
|
30 | 30 |
|
31 | 31 |
|
| 32 | + |
32 | 33 |
|
33 | 34 |
|
34 | 35 |
|
| ||
78 | 79 |
|
79 | 80 |
|
80 | 81 |
|
81 |
| - |
| 82 | + |
82 | 83 |
|
83 | 84 |
|
84 | 85 |
|
| ||
99 | 100 |
|
100 | 101 |
|
101 | 102 |
|
102 |
| - |
| 103 | + |
103 | 104 |
|
104 | 105 |
|
105 |
| - |
| 106 | + |
106 | 107 |
|
107 | 108 |
|
108 | 109 |
|
|
src/Symfony/Bundle/SecurityBundle/Tests/Functional/MissingUserProviderTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/SecurityBundle/Tests/Functional/MissingUserProviderTest.php+3Lines changed: 3 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
28 | 28 |
|
29 | 29 |
|
30 | 30 |
|
| 31 | + |
| 32 | + |
| 33 | + |
31 | 34 |
|
32 | 35 |
|
33 | 36 |
|
|
src/Symfony/Bundle/SecurityBundle/Tests/Functional/SecurityTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/SecurityBundle/Tests/Functional/SecurityTest.php+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
27 | 27 |
|
28 | 28 |
|
29 | 29 |
|
30 |
| - |
| 30 | + |
31 | 31 |
|
32 | 32 |
|
33 | 33 |
|
| ||
105 | 105 |
|
106 | 106 |
|
107 | 107 |
|
108 |
| - |
| 108 | + |
109 | 109 |
|
110 | 110 |
|
111 | 111 |
|
|
src/Symfony/Component/Security/Core/Authentication/Token/AnonymousToken.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Security/Core/Authentication/Token/AnonymousToken.php+2Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
31 | 31 |
|
32 | 32 |
|
33 | 33 |
|
| 34 | + |
| 35 | + |
34 | 36 |
|
35 | 37 |
|
36 | 38 |
|
|
src/Symfony/Component/Security/Core/Tests/Authentication/AuthenticationTrustResolverTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Security/Core/Tests/Authentication/AuthenticationTrustResolverTest.php+25-17Lines changed: 25 additions & 17 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
26 | 26 |
|
27 | 27 |
|
28 | 28 |
|
29 |
| - |
30 |
| - |
31 | 29 |
|
32 | 30 |
|
33 | 31 |
|
| ||
36 | 34 |
|
37 | 35 |
|
38 | 36 |
|
39 |
| - |
40 | 37 |
|
41 | 38 |
|
42 | 39 |
|
| ||
47 | 44 |
|
48 | 45 |
|
49 | 46 |
|
50 |
| - |
51 | 47 |
|
52 |
| - |
53 | 48 |
|
54 | 49 |
|
55 | 50 |
|
| ||
62 | 57 |
|
63 | 58 |
|
64 | 59 |
|
65 |
| - |
66 |
| - |
67 | 60 |
|
68 | 61 |
|
69 | 62 |
|
| ||
72 | 65 |
|
73 | 66 |
|
74 | 67 |
|
75 |
| - |
76 | 68 |
|
77 | 69 |
|
78 | 70 |
|
| ||
82 | 74 |
|
83 | 75 |
|
84 | 76 |
|
85 |
| - |
86 | 77 |
|
87 |
| - |
88 | 78 |
|
89 | 79 |
|
90 | 80 |
|
91 | 81 |
|
| 82 | + |
| 83 | + |
| 84 | + |
| 85 | + |
| 86 | + |
| 87 | + |
| 88 | + |
| 89 | + |
| 90 | + |
| 91 | + |
| 92 | + |
| 93 | + |
| 94 | + |
| 95 | + |
| 96 | + |
| 97 | + |
92 | 98 |
|
93 | 99 |
|
94 | 100 |
|
| ||
99 | 105 |
|
100 | 106 |
|
101 | 107 |
|
| 108 | + |
| 109 | + |
| 110 | + |
| 111 | + |
| 112 | + |
| 113 | + |
| 114 | + |
| 115 | + |
| 116 | + |
102 | 117 |
|
103 | 118 |
|
104 | 119 |
|
| ||
192 | 207 |
|
193 | 208 |
|
194 | 209 |
|
195 |
| - |
196 |
| - |
197 |
| - |
198 |
| - |
199 |
| - |
200 |
| - |
201 |
| - |
202 | 210 |
|
203 | 211 |
|
204 | 212 |
|
|
src/Symfony/Component/Security/Core/Tests/Authentication/Token/AbstractTokenTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Security/Core/Tests/Authentication/Token/AbstractTokenTest.php+30-18Lines changed: 30 additions & 18 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
63 | 63 |
|
64 | 64 |
|
65 | 65 |
|
66 |
| - |
| 66 | + |
| 67 | + |
| 68 | + |
| 69 | + |
67 | 70 |
|
68 | 71 |
|
69 |
| - |
70 |
| - |
| 72 | + |
| 73 | + |
| 74 | + |
71 | 75 |
|
72 |
| - |
73 |
| - |
| 76 | + |
| 77 | + |
| 78 | + |
| 79 | + |
74 | 80 |
|
75 |
| - |
| 81 | + |
| 82 | + |
| 83 | + |
| 84 | + |
| 85 | + |
| 86 | + |
| 87 | + |
76 | 88 |
|
77 |
| - |
| 89 | + |
| 90 | + |
| 91 | + |
| 92 | + |
| 93 | + |
| 94 | + |
| 95 | + |
| 96 | + |
| 97 | + |
78 | 98 |
|
79 | 99 |
|
80 | 100 |
|
| ||
143 | 163 |
|
144 | 164 |
|
145 | 165 |
|
146 |
| - |
| 166 | + |
147 | 167 |
|
148 | 168 |
|
149 | 169 |
|
| ||
152 | 172 |
|
153 | 173 |
|
154 | 174 |
|
155 |
| - |
156 |
| - |
157 |
| - |
158 |
| - |
159 |
| - |
160 |
| - |
161 |
| - |
162 |
| - |
163 |
| - |
164 | 175 |
|
165 | 176 |
|
166 | 177 |
|
| ||
196 | 207 |
|
197 | 208 |
|
198 | 209 |
|
199 |
| - |
| 210 | + |
| 211 | + |
200 | 212 |
|
201 | 213 |
|
202 | 214 |
|
|
src/Symfony/Component/Security/Core/Tests/Authentication/Token/AnonymousTokenTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Security/Core/Tests/Authentication/Token/AnonymousTokenTest.php+3-3Lines changed: 3 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
14 | 14 |
|
15 | 15 |
|
16 | 16 |
|
| 17 | + |
| 18 | + |
| 19 | + |
17 | 20 |
|
18 | 21 |
|
19 | 22 |
|
| ||
22 | 25 |
|
23 | 26 |
|
24 | 27 |
|
25 |
| - |
26 |
| - |
27 |
| - |
28 | 28 |
|
29 | 29 |
|
30 | 30 |
|
|
src/Symfony/Component/Security/Core/Tests/Authentication/Token/PreAuthenticatedTokenTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Security/Core/Tests/Authentication/Token/PreAuthenticatedTokenTest.php+20-3Lines changed: 20 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
13 | 13 |
|
14 | 14 |
|
15 | 15 |
|
| 16 | + |
16 | 17 |
|
17 | 18 |
|
18 | 19 |
|
19 | 20 |
|
| 21 | + |
| 22 | + |
| 23 | + |
| 24 | + |
| 25 | + |
| 26 | + |
| 27 | + |
| 28 | + |
| 29 | + |
| 30 | + |
20 | 31 |
|
21 | 32 |
|
22 | 33 |
|
23 | 34 |
|
24 | 35 |
|
25 | 36 |
|
| 37 | + |
| 38 | + |
| 39 | + |
26 | 40 |
|
27 | 41 |
|
28 | 42 |
|
| ||
31 | 45 |
|
32 | 46 |
|
33 | 47 |
|
34 |
| - |
35 |
| - |
| 48 | + |
| 49 | + |
36 | 50 |
|
37 | 51 |
|
| 52 | + |
| 53 | + |
| 54 | + |
38 | 55 |
|
39 | 56 |
|
40 | 57 |
|
41 | 58 |
|
42 |
| - |
| 59 | + |
43 | 60 |
|
44 | 61 |
|
45 | 62 |
|
|
src/Symfony/Component/Security/Core/Tests/Authentication/Token/Storage/TokenStorageTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Security/Core/Tests/Authentication/Token/Storage/TokenStorageTest.php+2-1Lines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
14 | 14 |
|
15 | 15 |
|
16 | 16 |
|
| 17 | + |
17 | 18 |
|
18 | 19 |
|
19 | 20 |
|
20 | 21 |
|
21 | 22 |
|
22 | 23 |
|
23 | 24 |
|
24 |
| - |
| 25 | + |
25 | 26 |
|
26 | 27 |
|
27 | 28 |
|
|
0 commit comments