-
-
Notifications
You must be signed in to change notification settings - Fork 344
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add support for Doctrine DBAL 4 and ORM 3 #1796
Conversation
4718956
to
df9a158
Compare
@greg0ire never mind. It was an issue on our end 👍 found it after some more debugging. Sorry for the noise. |
967d066
to
1361276
Compare
Tests are finally green 😄 Shall we move ahead without sonata-project/EntityAuditBundle#59 ? Shall I maybe create a separate workflow file (not managed by devkit) for the time being so we are running CI on DBAL 4 and ORM 3? |
$hydrator = $this->createMock(SimpleObjectHydrator::class); | ||
$hydrator | ||
$query = $this->createMock(Query::class); | ||
$query | ||
->expects(static::once()) | ||
->method('toIterable') |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
this is final on AbstractHydrator
now. So we cannot mock it anymore.
I'm ok with this strategy |
e07a997
to
2c660d8
Compare
2c660d8
to
dbd82e1
Compare
Subject
I am targeting this branch, because its BC.
Fixes #1774
Changelog