Commit 5fbd0dc
committed
File tree
Expand file treeCollapse file tree
31 files changed
+241
-109
lines changedFilter options
- .github/workflows
- src/Symfony
- Bridge
- Doctrine/Tests/Validator
- Constraints
- ProxyManager/Tests/LazyProxy/PhpDumper
- Bundle/FrameworkBundle
- DependencyInjection
- Compiler
- Test
- Tests
- Component
- Cache/Tests/Adapter
- DependencyInjection/Tests/Fixtures/includes
- DomCrawler
- Filesystem/Tests/Fixtures/MockStream
- HttpKernel/Profiler
- Notifier/Tests/Event
- Serializer/Tests/Normalizer/Features
- Translation
- Validator/Tests/Constraints
- VarDumper
- Dumper
- Tests
- Caster
- Dumper
- Fixtures
- VarExporter
- Internal
- Tests
- Fixtures
Expand file treeCollapse file tree
31 files changed
+241
-109
lines changed.github/workflows/unit-tests.yml
Copy file name to clipboardExpand all lines: .github/workflows/unit-tests.yml+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
29 | 29 |
|
30 | 30 |
|
31 | 31 |
|
32 |
| - |
| 32 | + |
33 | 33 |
|
34 | 34 |
|
35 | 35 |
|
|
src/Symfony/Bridge/Doctrine/Tests/Validator/Constraints/UniqueEntityValidatorTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Bridge/Doctrine/Tests/Validator/Constraints/UniqueEntityValidatorTest.php+2-2Lines changed: 2 additions & 2 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 | 20 |
|
21 | 21 |
|
| ||
111 | 111 |
|
112 | 112 |
|
113 | 113 |
|
114 |
| - |
| 114 | + |
115 | 115 |
|
116 | 116 |
|
117 | 117 |
|
|
src/Symfony/Bridge/Doctrine/Tests/Validator/DoctrineLoaderTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Bridge/Doctrine/Tests/Validator/DoctrineLoaderTest.php+2-1Lines changed: 2 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
159 | 159 |
|
160 | 160 |
|
161 | 161 |
|
162 |
| - |
| 162 | + |
| 163 | + |
163 | 164 |
|
164 | 165 |
|
165 | 166 |
|
|
src/Symfony/Bridge/ProxyManager/Tests/LazyProxy/PhpDumper/ProxyDumperTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Bridge/ProxyManager/Tests/LazyProxy/PhpDumper/ProxyDumperTest.php+1Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
185 | 185 |
|
186 | 186 |
|
187 | 187 |
|
| 188 | + |
188 | 189 |
|
189 | 190 |
|
190 | 191 |
|
|
src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Compiler/AddAnnotationsCachedReaderPass.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/DependencyInjection/Compiler/AddAnnotationsCachedReaderPass.php+7-2Lines changed: 7 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 |
|
| ||
28 | 29 |
|
29 | 30 |
|
30 | 31 |
|
| 32 | + |
31 | 33 |
|
32 | 34 |
|
33 | 35 |
|
34 | 36 |
|
35 | 37 |
|
36 | 38 |
|
37 |
| - |
38 |
| - |
| 39 | + |
| 40 | + |
| 41 | + |
| 42 | + |
| 43 | + |
39 | 44 |
|
40 | 45 |
|
41 | 46 |
|
|
src/Symfony/Bundle/FrameworkBundle/DependencyInjection/FrameworkExtension.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/DependencyInjection/FrameworkExtension.php+3-2Lines changed: 3 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1610 | 1610 |
|
1611 | 1611 |
|
1612 | 1612 |
|
| 1613 | + |
1613 | 1614 |
|
1614 |
| - |
1615 |
| - |
| 1615 | + |
| 1616 | + |
1616 | 1617 |
|
1617 | 1618 |
|
1618 | 1619 |
|
|
src/Symfony/Bundle/FrameworkBundle/KernelBrowser.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/KernelBrowser.php+1-6Lines changed: 1 addition & 6 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
22 | 22 |
|
23 | 23 |
|
24 | 24 |
|
25 |
| - |
26 | 25 |
|
27 | 26 |
|
28 | 27 |
|
| ||
157 | 156 |
|
158 | 157 |
|
159 | 158 |
|
160 |
| - |
| 159 | + |
161 | 160 |
|
162 |
| - |
163 |
| - |
164 |
| - |
165 |
| - |
166 | 161 |
|
167 | 162 |
|
168 | 163 |
|
|
src/Symfony/Bundle/FrameworkBundle/Test/KernelTestCase.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/Test/KernelTestCase.php+5-14Lines changed: 5 additions & 14 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
15 | 15 |
|
16 | 16 |
|
17 | 17 |
|
18 |
| - |
19 | 18 |
|
20 | 19 |
|
21 | 20 |
|
| ||
35 | 34 |
|
36 | 35 |
|
37 | 36 |
|
38 |
| - |
39 |
| - |
40 | 37 |
|
41 | 38 |
|
42 | 39 |
|
| ||
69 | 66 |
|
70 | 67 |
|
71 | 68 |
|
72 |
| - |
73 |
| - |
| 69 | + |
| 70 | + |
| 71 | + |
74 | 72 |
|
75 | 73 |
|
76 |
| - |
77 |
| - |
78 | 74 |
|
79 | 75 |
|
80 | 76 |
|
| ||
95 | 91 |
|
96 | 92 |
|
97 | 93 |
|
98 |
| - |
| 94 | + |
99 | 95 |
|
100 | 96 |
|
101 | 97 |
|
| ||
144 | 140 |
|
145 | 141 |
|
146 | 142 |
|
| 143 | + |
147 | 144 |
|
148 | 145 |
|
149 | 146 |
|
150 |
| - |
151 |
| - |
152 |
| - |
153 |
| - |
154 |
| - |
155 |
| - |
156 | 147 |
|
157 | 148 |
|
src/Symfony/Bundle/FrameworkBundle/Tests/KernelBrowserTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Bundle/FrameworkBundle/Tests/KernelBrowserTest.php+10Lines changed: 10 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
51 | 51 |
|
52 | 52 |
|
53 | 53 |
|
| 54 | + |
| 55 | + |
| 56 | + |
| 57 | + |
| 58 | + |
| 59 | + |
| 60 | + |
| 61 | + |
| 62 | + |
| 63 | + |
54 | 64 |
|
55 | 65 |
|
56 | 66 |
|
|
src/Symfony/Component/Cache/Tests/Adapter/TagAwareAdapterTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Cache/Tests/Adapter/TagAwareAdapterTest.php+3-8Lines changed: 3 additions & 8 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
54 | 54 |
|
55 | 55 |
|
56 | 56 |
|
57 |
| - |
| 57 | + |
58 | 58 |
|
59 | 59 |
|
60 | 60 |
|
61 | 61 |
|
62 | 62 |
|
63 | 63 |
|
64 | 64 |
|
65 |
| - |
66 |
| - |
67 |
| - |
68 |
| - |
69 |
| - |
70 |
| - |
71 |
| - |
| 65 | + |
| 66 | + |
72 | 67 |
|
73 | 68 |
|
74 | 69 |
|
|
src/Symfony/Component/DependencyInjection/Tests/Fixtures/includes/classes.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/DependencyInjection/Tests/Fixtures/includes/classes.php+1Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
56 | 56 |
|
57 | 57 |
|
58 | 58 |
|
| 59 | + |
59 | 60 |
|
60 | 61 |
|
61 | 62 |
|
|
src/Symfony/Component/DependencyInjection/Tests/Fixtures/includes/foo.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/DependencyInjection/Tests/Fixtures/includes/foo.php+1Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
4 | 4 |
|
5 | 5 |
|
6 | 6 |
|
| 7 | + |
7 | 8 |
|
8 | 9 |
|
9 | 10 |
|
|
src/Symfony/Component/DomCrawler/Crawler.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/DomCrawler/Crawler.php+2-2Lines changed: 2 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
1075 | 1075 |
|
1076 | 1076 |
|
1077 | 1077 |
|
1078 |
| - |
| 1078 | + |
1079 | 1079 |
|
1080 | 1080 |
|
1081 | 1081 |
|
1082 |
| - |
| 1082 | + |
1083 | 1083 |
|
1084 | 1084 |
|
1085 | 1085 |
|
|
src/Symfony/Component/Filesystem/Tests/Fixtures/MockStream/MockStream.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Filesystem/Tests/Fixtures/MockStream/MockStream.php+2Lines changed: 2 additions & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
17 | 17 |
|
18 | 18 |
|
19 | 19 |
|
| 20 | + |
| 21 | + |
20 | 22 |
|
21 | 23 |
|
22 | 24 |
|
|
src/Symfony/Component/HttpKernel/Profiler/FileProfilerStorage.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/HttpKernel/Profiler/FileProfilerStorage.php+10-2Lines changed: 10 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
121 | 121 |
|
122 | 122 |
|
123 | 123 |
|
124 |
| - |
| 124 | + |
| 125 | + |
| 126 | + |
| 127 | + |
| 128 | + |
125 | 129 |
|
126 | 130 |
|
127 | 131 |
|
| ||
287 | 291 |
|
288 | 292 |
|
289 | 293 |
|
290 |
| - |
| 294 | + |
| 295 | + |
| 296 | + |
| 297 | + |
| 298 | + |
291 | 299 |
|
292 | 300 |
|
293 | 301 |
|
|
src/Symfony/Component/Notifier/Tests/Event/FailedMessageEventTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Notifier/Tests/Event/FailedMessageEventTest.php+4-1Lines changed: 4 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
15 | 15 |
|
16 | 16 |
|
17 | 17 |
|
18 |
| - |
| 18 | + |
19 | 19 |
|
20 | 20 |
|
21 | 21 |
|
| ||
47 | 47 |
|
48 | 48 |
|
49 | 49 |
|
| 50 | + |
| 51 | + |
50 | 52 |
|
51 | 53 |
|
52 | 54 |
|
| ||
65 | 67 |
|
66 | 68 |
|
67 | 69 |
|
| 70 | + |
68 | 71 |
|
69 | 72 |
|
70 | 73 |
|
|
src/Symfony/Component/Serializer/Tests/Normalizer/Features/ObjectDummy.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Serializer/Tests/Normalizer/Features/ObjectDummy.php+1Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
2 | 2 |
|
3 | 3 |
|
4 | 4 |
|
| 5 | + |
5 | 6 |
|
6 | 7 |
|
7 | 8 |
|
|
src/Symfony/Component/Translation/PseudoLocalizationTranslator.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Translation/PseudoLocalizationTranslator.php+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
123 | 123 |
|
124 | 124 |
|
125 | 125 |
|
126 |
| - |
| 126 | + |
127 | 127 |
|
128 | 128 |
|
129 | 129 |
|
|
src/Symfony/Component/Validator/Tests/Constraints/ImageValidatorTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/Validator/Tests/Constraints/ImageValidatorTest.php+1Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
28 | 28 |
|
29 | 29 |
|
30 | 30 |
|
| 31 | + |
31 | 32 |
|
32 | 33 |
|
33 | 34 |
|
|
src/Symfony/Component/VarDumper/Dumper/HtmlDumper.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/VarDumper/Dumper/HtmlDumper.php+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
960 | 960 |
|
961 | 961 |
|
962 | 962 |
|
963 |
| - |
| 963 | + |
964 | 964 |
|
965 | 965 |
|
966 | 966 |
|
|
src/Symfony/Component/VarDumper/Tests/Caster/ExceptionCasterTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/VarDumper/Tests/Caster/ExceptionCasterTest.php+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
175 | 175 |
|
176 | 176 |
|
177 | 177 |
|
178 |
| - |
| 178 | + |
179 | 179 |
|
180 | 180 |
|
181 | 181 |
|
|
src/Symfony/Component/VarDumper/Tests/Caster/SplCasterTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/VarDumper/Tests/Caster/SplCasterTest.php+4-2Lines changed: 4 additions & 2 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
166 | 166 |
|
167 | 167 |
|
168 | 168 |
|
169 |
| - |
| 169 | + |
| 170 | + |
| 171 | + |
170 | 172 |
|
171 | 173 |
|
172 | 174 |
|
173 |
| - |
| 175 | + |
174 | 176 |
|
175 | 177 |
|
176 | 178 |
|
|
src/Symfony/Component/VarDumper/Tests/Dumper/HtmlDumperTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/VarDumper/Tests/Dumper/HtmlDumperTest.php+1-1Lines changed: 1 addition & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
66 | 66 |
|
67 | 67 |
|
68 | 68 |
|
69 |
| - |
| 69 | + |
70 | 70 |
|
71 | 71 |
|
72 | 72 |
|
|
src/Symfony/Component/VarDumper/Tests/Fixtures/dumb-var.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/VarDumper/Tests/Fixtures/dumb-var.php+1Lines changed: 1 addition & 0 deletions
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
3 | 3 |
|
4 | 4 |
|
5 | 5 |
|
| 6 | + |
6 | 7 |
|
7 | 8 |
|
8 | 9 |
|
|
src/Symfony/Component/VarExporter/Internal/Exporter.php
Copy file name to clipboardExpand all lines: src/Symfony/Component/VarExporter/Internal/Exporter.php+9-1Lines changed: 9 additions & 1 deletion
Original file line number | Diff line number | Diff line change |
---|---|---|
| ||
106 | 106 |
|
107 | 107 |
|
108 | 108 |
|
109 |
| - |
| 109 | + |
| 110 | + |
| 111 | + |
| 112 | + |
| 113 | + |
| 114 | + |
| 115 | + |
| 116 | + |
| 117 | + |
110 | 118 |
|
111 | 119 |
|
112 | 120 |
|
|
0 commit comments