Commit 7820f8d
File tree
24 files changed
+67
-36
lines changedFilter options
- src/Symfony/Component
- Cache/Tests
- Adapter
- Simple
- HttpFoundation/Tests
- Session/Storage/Handler
- Lock/Tests/Store
- Messenger/Tests/Transport/RedisExt
- Security/Http/Tests/RememberMe
24 files changed
+67
-36
lines changedsrc/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php+3-2Lines changed: 3 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
11 | 11 |
|
12 | 12 |
|
13 | 13 |
|
| 14 | + |
14 | 15 |
|
15 | 16 |
|
16 | 17 |
|
| ||
32 | 33 |
|
33 | 34 |
|
34 | 35 |
|
35 |
| - |
| 36 | + |
36 | 37 |
|
37 | 38 |
|
38 | 39 |
|
39 | 40 |
|
40 |
| - |
| 41 | + |
41 | 42 |
|
42 | 43 |
|
43 | 44 |
|
|
src/Symfony/Component/Cache/Tests/Adapter/MemcachedAdapterTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Cache/Tests/Adapter/MemcachedAdapterTest.php+3-2Lines changed: 3 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
11 | 11 |
|
12 | 12 |
|
13 | 13 |
|
| 14 | + |
14 | 15 |
|
15 | 16 |
|
16 | 17 |
|
| ||
32 | 33 |
|
33 | 34 |
|
34 | 35 |
|
35 |
| - |
| 36 | + |
36 | 37 |
|
37 | 38 |
|
38 | 39 |
|
39 | 40 |
|
40 | 41 |
|
41 | 42 |
|
42 |
| - |
| 43 | + |
43 | 44 |
|
44 | 45 |
|
45 | 46 |
|
|
src/Symfony/Component/Cache/Tests/Adapter/PdoAdapterTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Cache/Tests/Adapter/PdoAdapterTest.php+2-1Lines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
11 | 11 |
|
12 | 12 |
|
13 | 13 |
|
| 14 | + |
14 | 15 |
|
15 | 16 |
|
16 | 17 |
|
| ||
26 | 27 |
|
27 | 28 |
|
28 | 29 |
|
29 |
| - |
| 30 | + |
30 | 31 |
|
31 | 32 |
|
32 | 33 |
|
|
src/Symfony/Component/Cache/Tests/Adapter/PdoDbalAdapterTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Cache/Tests/Adapter/PdoDbalAdapterTest.php+2-1Lines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
12 | 12 |
|
13 | 13 |
|
14 | 14 |
|
| 15 | + |
15 | 16 |
|
16 | 17 |
|
17 | 18 |
|
| ||
27 | 28 |
|
28 | 29 |
|
29 | 30 |
|
30 |
| - |
| 31 | + |
31 | 32 |
|
32 | 33 |
|
33 | 34 |
|
|
src/Symfony/Component/Cache/Tests/Adapter/PredisRedisClusterAdapterTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Cache/Tests/Adapter/PredisRedisClusterAdapterTest.php+2-1Lines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
11 | 11 |
|
12 | 12 |
|
13 | 13 |
|
| 14 | + |
14 | 15 |
|
15 | 16 |
|
16 | 17 |
|
| ||
21 | 22 |
|
22 | 23 |
|
23 | 24 |
|
24 |
| - |
| 25 | + |
25 | 26 |
|
26 | 27 |
|
27 | 28 |
|
|
src/Symfony/Component/Cache/Tests/Adapter/RedisAdapterSentinelTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Cache/Tests/Adapter/RedisAdapterSentinelTest.php+4-3Lines changed: 4 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
11 | 11 |
|
12 | 12 |
|
13 | 13 |
|
| 14 | + |
14 | 15 |
|
15 | 16 |
|
16 | 17 |
|
| ||
23 | 24 |
|
24 | 25 |
|
25 | 26 |
|
26 |
| - |
| 27 | + |
27 | 28 |
|
28 | 29 |
|
29 |
| - |
| 30 | + |
30 | 31 |
|
31 | 32 |
|
32 |
| - |
| 33 | + |
33 | 34 |
|
34 | 35 |
|
35 | 36 |
|
|
src/Symfony/Component/Cache/Tests/Adapter/RedisArrayAdapterTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Cache/Tests/Adapter/RedisArrayAdapterTest.php+3-1Lines changed: 3 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
11 | 11 |
|
12 | 12 |
|
13 | 13 |
|
| 14 | + |
| 15 | + |
14 | 16 |
|
15 | 17 |
|
16 | 18 |
|
| ||
20 | 22 |
|
21 | 23 |
|
22 | 24 |
|
23 |
| - |
| 25 | + |
24 | 26 |
|
25 | 27 |
|
26 | 28 |
|
|
src/Symfony/Component/Cache/Tests/Adapter/RedisClusterAdapterTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Cache/Tests/Adapter/RedisClusterAdapterTest.php+3-2Lines changed: 3 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
11 | 11 |
|
12 | 12 |
|
13 | 13 |
|
| 14 | + |
14 | 15 |
|
15 | 16 |
|
16 | 17 |
|
| ||
25 | 26 |
|
26 | 27 |
|
27 | 28 |
|
28 |
| - |
| 29 | + |
29 | 30 |
|
30 | 31 |
|
31 |
| - |
| 32 | + |
32 | 33 |
|
33 | 34 |
|
34 | 35 |
|
|
src/Symfony/Component/Cache/Tests/Simple/AbstractRedisCacheTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Cache/Tests/Simple/AbstractRedisCacheTest.php+3-2Lines changed: 3 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
11 | 11 |
|
12 | 12 |
|
13 | 13 |
|
| 14 | + |
14 | 15 |
|
15 | 16 |
|
16 | 17 |
|
| ||
35 | 36 |
|
36 | 37 |
|
37 | 38 |
|
38 |
| - |
| 39 | + |
39 | 40 |
|
40 | 41 |
|
41 | 42 |
|
42 | 43 |
|
43 |
| - |
| 44 | + |
44 | 45 |
|
45 | 46 |
|
46 | 47 |
|
|
src/Symfony/Component/Cache/Tests/Simple/MemcachedCacheTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Cache/Tests/Simple/MemcachedCacheTest.php+3-2Lines changed: 3 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
11 | 11 |
|
12 | 12 |
|
13 | 13 |
|
| 14 | + |
14 | 15 |
|
15 | 16 |
|
16 | 17 |
|
| ||
33 | 34 |
|
34 | 35 |
|
35 | 36 |
|
36 |
| - |
| 37 | + |
37 | 38 |
|
38 | 39 |
|
39 | 40 |
|
40 | 41 |
|
41 | 42 |
|
42 | 43 |
|
43 |
| - |
| 44 | + |
44 | 45 |
|
45 | 46 |
|
46 | 47 |
|
|
src/Symfony/Component/Cache/Tests/Simple/PdoCacheTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Cache/Tests/Simple/PdoCacheTest.php+2-1Lines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
11 | 11 |
|
12 | 12 |
|
13 | 13 |
|
| 14 | + |
14 | 15 |
|
15 | 16 |
|
16 | 17 |
|
| ||
28 | 29 |
|
29 | 30 |
|
30 | 31 |
|
31 |
| - |
| 32 | + |
32 | 33 |
|
33 | 34 |
|
34 | 35 |
|
|
src/Symfony/Component/Cache/Tests/Simple/PdoDbalCacheTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Cache/Tests/Simple/PdoDbalCacheTest.php+2-1Lines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
12 | 12 |
|
13 | 13 |
|
14 | 14 |
|
| 15 | + |
15 | 16 |
|
16 | 17 |
|
17 | 18 |
|
| ||
29 | 30 |
|
30 | 31 |
|
31 | 32 |
|
32 |
| - |
| 33 | + |
33 | 34 |
|
34 | 35 |
|
35 | 36 |
|
|
src/Symfony/Component/Cache/Tests/Simple/RedisArrayCacheTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Cache/Tests/Simple/RedisArrayCacheTest.php+3-1Lines changed: 3 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
11 | 11 |
|
12 | 12 |
|
13 | 13 |
|
| 14 | + |
| 15 | + |
14 | 16 |
|
15 | 17 |
|
16 | 18 |
|
| ||
21 | 23 |
|
22 | 24 |
|
23 | 25 |
|
24 |
| - |
| 26 | + |
25 | 27 |
|
26 | 28 |
|
27 | 29 |
|
|
src/Symfony/Component/Cache/Tests/Simple/RedisClusterCacheTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Cache/Tests/Simple/RedisClusterCacheTest.php+4-2Lines changed: 4 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
11 | 11 |
|
12 | 12 |
|
13 | 13 |
|
| 14 | + |
| 15 | + |
14 | 16 |
|
15 | 17 |
|
16 | 18 |
|
| ||
20 | 22 |
|
21 | 23 |
|
22 | 24 |
|
23 |
| - |
| 25 | + |
24 | 26 |
|
25 | 27 |
|
26 |
| - |
| 28 | + |
27 | 29 |
|
28 | 30 |
|
29 | 31 |
|
|
src/Symfony/Component/HttpFoundation/Tests/ResponseFunctionalTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/HttpFoundation/Tests/ResponseFunctionalTest.php+2-1Lines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
11 | 11 |
|
12 | 12 |
|
13 | 13 |
|
| 14 | + |
14 | 15 |
|
15 | 16 |
|
16 | 17 |
|
| ||
24 | 25 |
|
25 | 26 |
|
26 | 27 |
|
27 |
| - |
| 28 | + |
28 | 29 |
|
29 | 30 |
|
30 | 31 |
|
|
src/Symfony/Component/HttpFoundation/Tests/Session/Storage/Handler/AbstractSessionHandlerTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/HttpFoundation/Tests/Session/Storage/Handler/AbstractSessionHandlerTest.php+2-1Lines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
11 | 11 |
|
12 | 12 |
|
13 | 13 |
|
| 14 | + |
14 | 15 |
|
15 | 16 |
|
16 | 17 |
|
| ||
24 | 25 |
|
25 | 26 |
|
26 | 27 |
|
27 |
| - |
| 28 | + |
28 | 29 |
|
29 | 30 |
|
30 | 31 |
|
|
src/Symfony/Component/HttpFoundation/Tests/Session/Storage/Handler/RedisClusterSessionHandlerTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/HttpFoundation/Tests/Session/Storage/Handler/RedisClusterSessionHandlerTest.php+4-2Lines changed: 4 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
11 | 11 |
|
12 | 12 |
|
13 | 13 |
|
| 14 | + |
| 15 | + |
14 | 16 |
|
15 | 17 |
|
16 | 18 |
|
| ||
19 | 21 |
|
20 | 22 |
|
21 | 23 |
|
22 |
| - |
| 24 | + |
23 | 25 |
|
24 | 26 |
|
25 | 27 |
|
26 |
| - |
| 28 | + |
27 | 29 |
|
28 | 30 |
|
29 | 31 |
|
|
src/Symfony/Component/Lock/Tests/Store/MemcachedStoreTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Lock/Tests/Store/MemcachedStoreTest.php+2-1Lines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
11 | 11 |
|
12 | 12 |
|
13 | 13 |
|
| 14 | + |
14 | 15 |
|
15 | 16 |
|
16 | 17 |
|
| ||
34 | 35 |
|
35 | 36 |
|
36 | 37 |
|
37 |
| - |
| 38 | + |
38 | 39 |
|
39 | 40 |
|
40 | 41 |
|
|
src/Symfony/Component/Lock/Tests/Store/PredisStoreTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Lock/Tests/Store/PredisStoreTest.php+3-1Lines changed: 3 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
11 | 11 |
|
12 | 12 |
|
13 | 13 |
|
| 14 | + |
| 15 | + |
14 | 16 |
|
15 | 17 |
|
16 | 18 |
|
| ||
23 | 25 |
|
24 | 26 |
|
25 | 27 |
|
26 |
| - |
| 28 | + |
27 | 29 |
|
28 | 30 |
|
29 | 31 |
|
|
0 commit comments