Commit 0a7fa8f
File tree
39 files changed
+239
-56
lines changedFilter options
- .github/workflows
- src/Symfony
- Bundle/FrameworkBundle/Tests/Functional
- Component
- Cache/Tests
- Adapter
- Simple
- HttpFoundation/Tests/Session/Storage/Handler
- Lock/Tests/Store
- Messenger/Tests/Transport
- AmqpExt
- RedisExt
- VarDumper/Tests/Caster
39 files changed
+239
-56
lines changed.github/workflows/tests.yml
Copy file name to clipboard+101Lines changed: 101 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 | + |
| 50 | + |
| 51 | + |
| 52 | + |
| 53 | + |
| 54 | + |
| 55 | + |
| 56 | + |
| 57 | + |
| 58 | + |
| 59 | + |
| 60 | + |
| 61 | + |
| 62 | + |
| 63 | + |
| 64 | + |
| 65 | + |
| 66 | + |
| 67 | + |
| 68 | + |
| 69 | + |
| 70 | + |
| 71 | + |
| 72 | + |
| 73 | + |
| 74 | + |
| 75 | + |
| 76 | + |
| 77 | + |
| 78 | + |
| 79 | + |
| 80 | + |
| 81 | + |
| 82 | + |
| 83 | + |
| 84 | + |
| 85 | + |
| 86 | + |
| 87 | + |
| 88 | + |
| 89 | + |
| 90 | + |
| 91 | + |
| 92 | + |
| 93 | + |
| 94 | + |
| 95 | + |
| 96 | + |
| 97 | + |
| 98 | + |
| 99 | + |
| 100 | + |
| 101 | + |
-31Lines changed: 0 additions & 31 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
13 | 13 |
|
14 | 14 |
|
15 | 15 |
|
16 |
| - |
17 | 16 |
|
18 | 17 |
|
19 | 18 |
|
20 | 19 |
|
21 | 20 |
|
22 |
| - |
23 |
| - |
24 | 21 |
|
25 | 22 |
|
26 | 23 |
|
| ||
39 | 36 |
|
40 | 37 |
|
41 | 38 |
|
42 |
| - |
43 |
| - |
44 |
| - |
45 |
| - |
46 |
| - |
47 |
| - |
48 |
| - |
49 | 39 |
|
50 | 40 |
|
51 | 41 |
|
| ||
56 | 46 |
|
57 | 47 |
|
58 | 48 |
|
59 |
| - |
60 |
| - |
61 |
| - |
62 |
| - |
63 |
| - |
64 |
| - |
65 | 49 |
|
66 | 50 |
|
67 | 51 |
|
| ||
141 | 125 |
|
142 | 126 |
|
143 | 127 |
|
144 |
| - |
145 |
| - |
146 |
| - |
147 |
| - |
148 |
| - |
149 |
| - |
150 | 128 |
|
151 | 129 |
|
152 | 130 |
|
| ||
268 | 246 |
|
269 | 247 |
|
270 | 248 |
|
271 |
| - |
272 |
| - |
273 |
| - |
274 |
| - |
275 |
| - |
276 |
| - |
277 |
| - |
278 |
| - |
279 |
| - |
280 | 249 |
|
281 | 250 |
|
282 | 251 |
|
|
src/Symfony/Bundle/FrameworkBundle/Tests/Functional/CachePoolsTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/Tests/Functional/CachePoolsTest.php+15Lines changed: 15 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
26 | 26 |
|
27 | 27 |
|
28 | 28 |
|
| 29 | + |
29 | 30 |
|
30 | 31 |
|
31 | 32 |
|
| 33 | + |
| 34 | + |
32 | 35 |
|
33 | 36 |
|
34 | 37 |
|
| ||
51 | 54 |
|
52 | 55 |
|
53 | 56 |
|
| 57 | + |
54 | 58 |
|
55 | 59 |
|
56 | 60 |
|
| 61 | + |
| 62 | + |
57 | 63 |
|
58 | 64 |
|
59 | 65 |
|
| ||
121 | 127 |
|
122 | 128 |
|
123 | 129 |
|
| 130 | + |
| 131 | + |
| 132 | + |
| 133 | + |
| 134 | + |
| 135 | + |
| 136 | + |
| 137 | + |
| 138 | + |
124 | 139 |
|
src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Cache/Tests/Adapter/AbstractRedisAdapterTest.php+4-3Lines changed: 4 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
34 | 34 |
|
35 | 35 |
|
36 | 36 |
|
37 |
| - |
38 |
| - |
39 |
| - |
| 37 | + |
| 38 | + |
| 39 | + |
| 40 | + |
40 | 41 |
|
41 | 42 |
|
42 | 43 |
|
|
src/Symfony/Component/Cache/Tests/Adapter/MemcachedAdapterTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Cache/Tests/Adapter/MemcachedAdapterTest.php+3Lines changed: 3 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
15 | 15 |
|
16 | 16 |
|
17 | 17 |
|
| 18 | + |
| 19 | + |
| 20 | + |
18 | 21 |
|
19 | 22 |
|
20 | 23 |
|
|
src/Symfony/Component/Cache/Tests/Adapter/PredisAdapterTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Cache/Tests/Adapter/PredisAdapterTest.php+3Lines changed: 3 additions & 0 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 |
|
|
src/Symfony/Component/Cache/Tests/Adapter/PredisClusterAdapterTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Cache/Tests/Adapter/PredisClusterAdapterTest.php+3Lines changed: 3 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
11 | 11 |
|
12 | 12 |
|
13 | 13 |
|
| 14 | + |
| 15 | + |
| 16 | + |
14 | 17 |
|
15 | 18 |
|
16 | 19 |
|
|
src/Symfony/Component/Cache/Tests/Adapter/PredisRedisClusterAdapterTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Cache/Tests/Adapter/PredisRedisClusterAdapterTest.php+3Lines changed: 3 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
13 | 13 |
|
14 | 14 |
|
15 | 15 |
|
| 16 | + |
| 17 | + |
| 18 | + |
16 | 19 |
|
17 | 20 |
|
18 | 21 |
|
|
src/Symfony/Component/Cache/Tests/Adapter/PredisTagAwareAdapterTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Cache/Tests/Adapter/PredisTagAwareAdapterTest.php+3Lines changed: 3 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
15 | 15 |
|
16 | 16 |
|
17 | 17 |
|
| 18 | + |
| 19 | + |
| 20 | + |
18 | 21 |
|
19 | 22 |
|
20 | 23 |
|
|
src/Symfony/Component/Cache/Tests/Adapter/PredisTagAwareClusterAdapterTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Cache/Tests/Adapter/PredisTagAwareClusterAdapterTest.php+3Lines changed: 3 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
15 | 15 |
|
16 | 16 |
|
17 | 17 |
|
| 18 | + |
| 19 | + |
| 20 | + |
18 | 21 |
|
19 | 22 |
|
20 | 23 |
|
|
src/Symfony/Component/Cache/Tests/Adapter/RedisAdapterSentinelTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Cache/Tests/Adapter/RedisAdapterSentinelTest.php+3Lines changed: 3 additions & 0 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 |
|
|
src/Symfony/Component/Cache/Tests/Adapter/RedisAdapterTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Cache/Tests/Adapter/RedisAdapterTest.php+3Lines changed: 3 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
16 | 16 |
|
17 | 17 |
|
18 | 18 |
|
| 19 | + |
| 20 | + |
| 21 | + |
19 | 22 |
|
20 | 23 |
|
21 | 24 |
|
|
src/Symfony/Component/Cache/Tests/Adapter/RedisArrayAdapterTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Cache/Tests/Adapter/RedisArrayAdapterTest.php+3Lines changed: 3 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
11 | 11 |
|
12 | 12 |
|
13 | 13 |
|
| 14 | + |
| 15 | + |
| 16 | + |
14 | 17 |
|
15 | 18 |
|
16 | 19 |
|
|
src/Symfony/Component/Cache/Tests/Adapter/RedisClusterAdapterTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Cache/Tests/Adapter/RedisClusterAdapterTest.php+3Lines changed: 3 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
16 | 16 |
|
17 | 17 |
|
18 | 18 |
|
| 19 | + |
| 20 | + |
| 21 | + |
19 | 22 |
|
20 | 23 |
|
21 | 24 |
|
|
src/Symfony/Component/Cache/Tests/Adapter/RedisTagAwareAdapterTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Cache/Tests/Adapter/RedisTagAwareAdapterTest.php+3Lines changed: 3 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
16 | 16 |
|
17 | 17 |
|
18 | 18 |
|
| 19 | + |
| 20 | + |
| 21 | + |
19 | 22 |
|
20 | 23 |
|
21 | 24 |
|
|
src/Symfony/Component/Cache/Tests/Adapter/RedisTagAwareArrayAdapterTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Cache/Tests/Adapter/RedisTagAwareArrayAdapterTest.php+3Lines changed: 3 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
15 | 15 |
|
16 | 16 |
|
17 | 17 |
|
| 18 | + |
| 19 | + |
| 20 | + |
18 | 21 |
|
19 | 22 |
|
20 | 23 |
|
|
src/Symfony/Component/Cache/Tests/Adapter/RedisTagAwareClusterAdapterTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Cache/Tests/Adapter/RedisTagAwareClusterAdapterTest.php+3Lines changed: 3 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
16 | 16 |
|
17 | 17 |
|
18 | 18 |
|
| 19 | + |
| 20 | + |
| 21 | + |
19 | 22 |
|
20 | 23 |
|
21 | 24 |
|
|
src/Symfony/Component/Cache/Tests/Simple/AbstractRedisCacheTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Cache/Tests/Simple/AbstractRedisCacheTest.php+4-3Lines changed: 4 additions & 3 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
37 | 37 |
|
38 | 38 |
|
39 | 39 |
|
40 |
| - |
41 |
| - |
42 |
| - |
| 40 | + |
| 41 | + |
| 42 | + |
| 43 | + |
43 | 44 |
|
44 | 45 |
|
45 | 46 |
|
|
src/Symfony/Component/Cache/Tests/Simple/MemcachedCacheTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Cache/Tests/Simple/MemcachedCacheTest.php+1Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
17 | 17 |
|
18 | 18 |
|
19 | 19 |
|
| 20 | + |
20 | 21 |
|
21 | 22 |
|
22 | 23 |
|
|
src/Symfony/Component/Cache/Tests/Simple/MemcachedCacheTextModeTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Cache/Tests/Simple/MemcachedCacheTextModeTest.php+1Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
17 | 17 |
|
18 | 18 |
|
19 | 19 |
|
| 20 | + |
20 | 21 |
|
21 | 22 |
|
22 | 23 |
|
|
src/Symfony/Component/Cache/Tests/Simple/RedisArrayCacheTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Cache/Tests/Simple/RedisArrayCacheTest.php+1Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
13 | 13 |
|
14 | 14 |
|
15 | 15 |
|
| 16 | + |
16 | 17 |
|
17 | 18 |
|
18 | 19 |
|
|
0 commit comments