File tree
5 files changed
+88
-30
lines changedFilter options
- src/Symfony/Component/Security
- Core/Tests/Authentication/Token/Fixtures
- Http
- Firewall
- Tests
- Firewall
- Fixtures
5 files changed
+88
-30
lines changedsrc/Symfony/Component/Security/Core/Tests/Authentication/Token/Fixtures/CustomUser.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Security/Core/Tests/Authentication/Token/Fixtures/CustomUser.php+13-19Lines changed: 13 additions & 19 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1 | 1 |
|
2 | 2 |
|
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
| 9 | + |
| 10 | + |
| 11 | + |
3 | 12 |
|
4 | 13 |
|
5 | 14 |
|
6 | 15 |
|
7 | 16 |
|
8 | 17 |
|
9 |
| - |
10 |
| - |
11 |
| - |
12 |
| - |
13 |
| - |
14 |
| - |
15 |
| - |
16 |
| - |
17 |
| - |
| 18 | + |
| 19 | + |
| 20 | + |
| 21 | + |
18 | 22 |
|
19 | 23 |
|
20 | 24 |
|
| ||
27 | 31 |
|
28 | 32 |
|
29 | 33 |
|
30 |
| - |
31 |
| - |
32 |
| - |
33 |
| - |
34 |
| - |
35 |
| - |
36 |
| - |
37 |
| - |
38 |
| - |
39 |
| - |
40 | 34 |
|
41 | 35 |
|
42 | 36 |
|
|
src/Symfony/Component/Security/Http/Firewall/ContextListener.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Security/Http/Firewall/ContextListener.php+5-2Lines changed: 5 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
187 | 187 |
|
188 | 188 |
|
189 | 189 |
|
190 |
| - |
| 190 | + |
191 | 191 |
|
192 | 192 |
|
193 | 193 |
|
| ||
288 | 288 |
|
289 | 289 |
|
290 | 290 |
|
291 |
| - |
| 291 | + |
| 292 | + |
| 293 | + |
| 294 | + |
292 | 295 |
|
293 | 296 |
|
294 | 297 |
|
|
src/Symfony/Component/Security/Http/Tests/Firewall/AccessListenerTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Security/Http/Tests/Firewall/AccessListenerTest.php+1-5Lines changed: 1 addition & 5 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
42 | 42 |
|
43 | 43 |
|
44 | 44 |
|
45 |
| - |
46 |
| - |
47 |
| - |
48 |
| - |
49 |
| - |
| 45 | + |
50 | 46 |
|
51 | 47 |
|
52 | 48 |
|
|
src/Symfony/Component/Security/Http/Tests/Firewall/ContextListenerTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Security/Http/Tests/Firewall/ContextListenerTest.php+20-4Lines changed: 20 additions & 4 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
36 | 36 |
|
37 | 37 |
|
38 | 38 |
|
| 39 | + |
39 | 40 |
|
40 | 41 |
|
41 | 42 |
|
| ||
351 | 352 |
|
352 | 353 |
|
353 | 354 |
|
| 355 | + |
| 356 | + |
| 357 | + |
| 358 | + |
| 359 | + |
| 360 | + |
| 361 | + |
| 362 | + |
| 363 | + |
| 364 | + |
| 365 | + |
| 366 | + |
| 367 | + |
| 368 | + |
| 369 | + |
| 370 | + |
| 371 | + |
| 372 | + |
| 373 | + |
354 | 374 |
|
355 | 375 |
|
356 | 376 |
|
| ||
543 | 563 |
|
544 | 564 |
|
545 | 565 |
|
546 |
| - |
547 |
| - |
548 |
| - |
549 |
| - |
550 | 566 |
|
551 | 567 |
|
552 | 568 |
|
|
src/Symfony/Component/Security/Http/Tests/Fixtures/CustomUser.php
Copy file name to clipboard+49Lines changed: 49 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
| 1 | + |
| 2 | + |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | + |
| 7 | + |
| 8 | + |
| 9 | + |
| 10 | + |
| 11 | + |
| 12 | + |
| 13 | + |
| 14 | + |
| 15 | + |
| 16 | + |
| 17 | + |
| 18 | + |
| 19 | + |
| 20 | + |
| 21 | + |
| 22 | + |
| 23 | + |
| 24 | + |
| 25 | + |
| 26 | + |
| 27 | + |
| 28 | + |
| 29 | + |
| 30 | + |
| 31 | + |
| 32 | + |
| 33 | + |
| 34 | + |
| 35 | + |
| 36 | + |
| 37 | + |
| 38 | + |
| 39 | + |
| 40 | + |
| 41 | + |
| 42 | + |
| 43 | + |
| 44 | + |
| 45 | + |
| 46 | + |
| 47 | + |
| 48 | + |
| 49 | + |
0 commit comments