Skip to content
This repository has been archived by the owner on Jan 29, 2020. It is now read-only.

Update to latest zend-mvc #4

Merged
merged 5 commits into from
Mar 29, 2016

Conversation

weierophinney
Copy link
Member

Current tests are failing, as the component is not compatible with the latest develop changes of zend-mvc (due to the fact that the console and routing code is now no longer present on that branch!).

This patch:

  • updates to the latest zend-mvc
  • fixes namespaces for some test assertions
  • ensures that required factories are registered in tests as they would be if the component were registered
  • removes the delegator factory for plugins, as the same can be accomplished via standard controller plugin configuration

Since zend-mvc removes console functionality now, we need to mimic the
work that the `Module` class does in prepping services within tests.
They do not require a delegator factory!
@weierophinney weierophinney added this to the 1.1.1 milestone Mar 29, 2016
@weierophinney weierophinney self-assigned this Mar 29, 2016
@weierophinney weierophinney merged commit d2b3f92 into zendframework:master Mar 29, 2016
weierophinney added a commit that referenced this pull request Mar 29, 2016
weierophinney added a commit that referenced this pull request Mar 29, 2016
weierophinney added a commit that referenced this pull request Mar 29, 2016
@weierophinney weierophinney deleted the hotfix/zend-router branch March 29, 2016 20:49
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant