-
Notifications
You must be signed in to change notification settings - Fork 3
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
[TMP] IBX-8535: Dropped deprecated loadRelations usage #137
base: main
Are you sure you want to change the base?
Conversation
8a93e9b
to
6af61be
Compare
af470bc
to
9c0faa8
Compare
9c0faa8
to
9dc3e52
Compare
3e72a07
to
98e6742
Compare
Quality Gate passedIssues Measures |
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.
Looks overall ok, but remarks from ibexa/core#444 (review) are quite relevant for this.
@@ -115,7 +117,7 @@ protected function internalGetVisitor() | |||
{ | |||
return new ValueObjectVisitor\RestExecutedView( | |||
$this->getLocationServiceMock(), | |||
$this->getContentServiceMock(), | |||
new RelationListHelper($this->getContentServiceMock()) |
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.
So... rather mock it here and unit-test in ibexa/core, as reviewed in ibexa/core#444 (review)
Related PRs:
Description:
For QA:
Documentation: