Skip to content
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

StringReferenceContributor for methods not working for own-method return-types #9

Open
King2500 opened this issue Jan 6, 2016 · 1 comment

Comments

@King2500
Copy link
Contributor

King2500 commented Jan 6, 2016

I often put mocking into seperate (private) methods, especially when mocking is more complex and same mock will be used in multiple test methods:

image

image

The returned type of my mockClock method returns the correct types:

image
(PhpDoc for mockClock didn't help)

So maybe it can be solved.

@maxfilatov
Copy link
Owner

Yep, I have some concept - I'll implement it a little bit later

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants