-
Notifications
You must be signed in to change notification settings - Fork 48
Refactoring resolveClassMethodDependencies method #150
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
Refactoring resolveClassMethodDependencies method #150
Conversation
|
@hans-thomas please also improve your |
Use mockDriverGetEmptyAndSaveTmpData instead of mockDriverGetTmpData method to ensure the recieved data will be saved without any modifications;
|
When the method on the controller does not exist or the controller's method doesn't have a |
tests/fixtures/SwaggerServiceTest/tmp_data_get_user_request_without_request_class.json
Show resolved
Hide resolved
tests/fixtures/SwaggerServiceTest/tmp_data_get_user_request_without_request_class.json
Show resolved
Hide resolved
tests/fixtures/SwaggerServiceTest/tmp_data_get_user_request_without_request_class.json
Show resolved
Hide resolved
|



Hi, it refactors the
resolveClassMethodDependenciesmethod. Tests already cover these changes.