Commit 3dd0489
authored
Fix test environment for doctrine-common 3.0 (#33)
Remove references to Doctrine Annotations, which we aren't using in this
repo, we use XML mappings instead of annotations for our entities.
Remove misleading comment from AddressChangeContextFactory (which only
applies if we're using annotations). This was probably copy-pasted.
At some point in the past, doctrine ORM switched from doctrine-common
2.x to 3.x. This got rid of the doctrine-annotations dependency, making
our CI fail.1 parent 7e8f134 commit 3dd0489
File tree
3 files changed
+5
-5
lines changed- src
- tests
3 files changed
+5
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
36 | 41 | | |
37 | 42 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | 24 | | |
28 | 25 | | |
29 | 26 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
8 | 7 | | |
9 | 8 | | |
10 | 9 | | |
| |||
34 | 33 | | |
35 | 34 | | |
36 | 35 | | |
37 | | - | |
38 | 36 | | |
39 | 37 | | |
40 | 38 | | |
| |||
0 commit comments