File tree
Expand file treeCollapse file tree
23 files changed
+204
-77
lines changedFilter options
- .github/workflows
- src/Symfony
- Bridge
- Doctrine/Tests/Validator/Constraints
- ProxyManager/Tests/LazyProxy/PhpDumper
- Bundle/FrameworkBundle/DependencyInjection
- Compiler
- Component
- DependencyInjection/Tests/Fixtures/includes
- DomCrawler
- Filesystem/Tests/Fixtures/MockStream
- Serializer/Tests/Normalizer/Features
- Validator/Tests/Constraints
- VarDumper
- Dumper
- Tests
- Caster
- Dumper
- Fixtures
- VarExporter
- Internal
- Tests
- Fixtures
Expand file treeCollapse file tree
23 files changed
+204
-77
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 |
---|---|---|
| ||
26 | 26 |
|
27 | 27 |
|
28 | 28 |
|
29 |
| - |
| 29 | + |
30 | 30 |
|
31 | 31 |
|
32 | 32 |
|
|
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/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 |
---|---|---|
| ||
194 | 194 |
|
195 | 195 |
|
196 | 196 |
|
| 197 | + |
197 | 198 |
|
198 | 199 |
|
199 | 200 |
|
|
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 |
---|---|---|
| ||
1463 | 1463 |
|
1464 | 1464 |
|
1465 | 1465 |
|
| 1466 | + |
1466 | 1467 |
|
1467 |
| - |
1468 |
| - |
| 1468 | + |
| 1469 | + |
1469 | 1470 |
|
1470 | 1471 |
|
1471 | 1472 |
|
|
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 |
---|---|---|
| ||
1214 | 1214 |
|
1215 | 1215 |
|
1216 | 1216 |
|
1217 |
| - |
| 1217 | + |
1218 | 1218 |
|
1219 | 1219 |
|
1220 | 1220 |
|
1221 |
| - |
| 1221 | + |
1222 | 1222 |
|
1223 | 1223 |
|
1224 | 1224 |
|
|
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/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 |
|
|
0 commit comments