We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The documentation only talks about method visibility... but nothing about property.
method
property
Is it possible to make class/mock properties visible? And howto (maybe update the documentation accordingly).
The text was updated successfully, but these errors were encountered:
I came back on this. I know that @Hywan & @jubianchi have been working on something new for the mocking system so probably some change will come
Sorry, something went wrong.
Actually, this is not a bad idea to change the visibility of the properties. Thoughts @jubianchi?
@Oliboy50 do you want to try a PR?
@Hywan mocks in atoum have never been designer to work with properties: they are all about behaviors/services but not about state.
I'm not really in favor of this but if the community asks for the feature and it can be implemented without too much effort, why not.
To be fair, I won't have much time to spend on this issue, sorry.
Hywan
No branches or pull requests
Why
The documentation only talks about
method
visibility... but nothing aboutproperty
.Question
Is it possible to make class/mock properties visible? And howto (maybe update the documentation accordingly).
The text was updated successfully, but these errors were encountered: