zendframework / ZFTool

Utility module for maintaining modular Zend Framework 2 applications.
187 stars 102 forks source link

"use" bug #117

Open guilhermepovala opened 9 years ago

guilhermepovala commented 9 years ago

Bug that was removing the "uses" when creating a new action is now fixed.

weierophinney commented 9 years ago

@guilhermepovala Any chance you could provide a unit test? I realize the rest of the controller is un-tested, but if you could create a unit test for this issue, we can ensure it isn't re-introduced.

Thanks in advance!