Commit cd94434
authored
Remove broken tests (#1357)
In PHPUnit 11, all closures are considered equal, so those test
assertions are passing even if we replace the closure with an unrelated
one.
In PHPUnit 12, closures are compared by identity. This is incompatible
with the deep cloning of parameters.
See sebastianbergmann/comparator#1291 parent b799cb5 commit cd94434
File tree
2 files changed
+0
-5
lines changed- tests
- Generator/Resolver
2 files changed
+0
-5
lines changedLines changed: 0 additions & 2 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
110 | 110 | | |
111 | 111 | | |
112 | 112 | | |
113 | | - | |
114 | | - | |
115 | 113 | | |
116 | 114 | | |
117 | 115 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
65 | 65 | | |
66 | 66 | | |
67 | 67 | | |
68 | | - | |
69 | | - | |
70 | | - | |
71 | 68 | | |
72 | 69 | | |
73 | 70 | | |
| |||
0 commit comments