Commit ef5aa96
committed
minor #57489 [DoctrineBridge] change test to use a real ObjectManager (xabbuh)
This PR was merged into the 6.4 branch.
Discussion
----------
[DoctrineBridge] change test to use a real ObjectManager
| Q | A
| ------------- | ---
| Branch? | 6.4
| Bug fix? | no
| New feature? | no
| Deprecations? | no
| Issues |
| License | MIT
Commits
-------
0fc7293 change test to use a real ObjectManagerFile tree
Expand file treeCollapse file tree
2 files changed
+17
-13
lines changedOpen diff view settings
Filter options
- src/Symfony/Bridge/Doctrine/Tests
Expand file treeCollapse file tree
2 files changed
+17
-13
lines changedOpen diff view settings
Collapse file
src/Symfony/Bridge/Doctrine/Tests/LegacyManagerRegistryTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Bridge/Doctrine/Tests/LegacyManagerRegistryTest.php+17-9Lines changed: 17 additions & 9 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
11 | 11 | |
12 | 12 | |
13 | 13 | |
| 14 | + |
14 | 15 | |
15 | 16 | |
16 | 17 | |
| 18 | + |
17 | 19 | |
18 | | - |
19 | 20 | |
20 | 21 | |
21 | 22 | |
| ||
28 | 29 | |
29 | 30 | |
30 | 31 | |
31 | | - |
32 | | - |
33 | | - |
| 32 | + |
| 33 | + |
| 34 | + |
| 35 | + |
| 36 | + |
| 37 | + |
| 38 | + |
| 39 | + |
| 40 | + |
| 41 | + |
34 | 42 | |
35 | 43 | |
36 | 44 | |
| ||
47 | 55 | |
48 | 56 | |
49 | 57 | |
50 | | - |
51 | | - |
| 58 | + |
| 59 | + |
52 | 60 | |
53 | 61 | |
54 | 62 | |
| ||
80 | 88 | |
81 | 89 | |
82 | 90 | |
83 | | - |
| 91 | + |
84 | 92 | |
85 | 93 | |
86 | 94 | |
| ||
94 | 102 | |
95 | 103 | |
96 | 104 | |
97 | | - |
| 105 | + |
98 | 106 | |
99 | 107 | |
100 | 108 | |
| ||
107 | 115 | |
108 | 116 | |
109 | 117 | |
110 | | - |
| 118 | + |
111 | 119 | |
112 | 120 | |
113 | 121 | |
|
Collapse file
src/Symfony/Bridge/Doctrine/Tests/ManagerRegistryTest.php
Copy file name to clipboardExpand all lines: src/Symfony/Bridge/Doctrine/Tests/ManagerRegistryTest.php-4Lines changed: 0 additions & 4 deletions
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| ||
13 | 13 | |
14 | 14 | |
15 | 15 | |
16 | | - |
17 | | - |
18 | | - |
19 | 16 | |
20 | | - |
21 | 17 | |
22 | 18 | |
23 | 19 | |
|
0 commit comments