You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
is it possible to gain autocompletion without declaring all methods to mock?
$this->getMock(EntityManagerInterface::class);
should do in order to have proper autocompletion when mocking methods. The issue is that interfaces have to mock every methods when adjusting methods through the $methods parameter, so I'd like to have the auto completion without having to use that parameter.
The text was updated successfully, but these errors were encountered:
is it possible to gain autocompletion without declaring all methods to mock?
should do in order to have proper autocompletion when mocking methods. The issue is that interfaces have to mock every methods when adjusting methods through the $methods parameter, so I'd like to have the auto completion without having to use that parameter.
The text was updated successfully, but these errors were encountered: