-
Notifications
You must be signed in to change notification settings - Fork 2.5k
Tests for issue with unexpected injection. #4868
Conversation
"pull request" one more time, to propose it from a branch. |
@spalax will you be working on the fix for this as well? |
* @link http://github.com/zendframework/zf2 for the canonical source repository | ||
* @copyright Copyright (c) 2005-2013 Zend Technologies USA Inc. (http://www.zend.com) | ||
* @license http://framework.zend.com/license/new-bsd New BSD License | ||
* @package Zend_Di |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
remove @Package
@weierophinney : yes i will work to fix it. |
@samsonasik : if i remove @Package docblock in all other assets inside DI, should i pul it as new one pull request ? |
For this PR, you should only delete what I've mentioned, make new commit and push to this branch, you can make new branch and make new PR for other specific issue :) |
@samsonasik: thanks for details. |
@spalax Tests are looking good -- any ETA on getting a fix in place? |
I do not really sure if i not broke some thing else, i passed thru tests in DI folder successfully. Please review my changes details because there is quite hard logic in method resolveMethodParameters. Would be cool to refactor DI class, or at least refactor resolveMethodParameters (300 lines of codes and a lot of nested cycles it is tough) |
@spalax it looks good -- your test fails before applying the change, and passes afterwards. If there is other breakage, it means the newly broken functionality was not previously tested. :) |
Tests for issue with unexpected injection.
…di_strange_behavior Tests for issue with unexpected injection.
Test for Issue #4862