ZF2-313: Double execution of injection methods in Zend\Di\Di:handleInjectDependencies()

Description

I fount by debugging Skeleton Application that in Zend\Di\Di:handleInjectDependencies() double calling of injection function if it is contained in $injectionMethods array and $supertypeInjectionMethods array. As example 'setEventManager' injection is doubling for successors of Zend\Mvc\Controller\ActionController.

Comments

This issue has been closed on Jira and moved to GitHub for issue tracking. To continue following the resolution of this issues, please visit: https://github.com/zendframework/zf2/issues/2483