zendframework / zend-navigation

Navigation component from Zend Framework
BSD 3-Clause "New" or "Revised" License
20 stars 25 forks source link

Update HelperConfigTest once zend-view refactor is complete #6

Open weierophinney opened 8 years ago

weierophinney commented 8 years ago

The HelperConfigTest test case is marked incomplete currently due to the fact that Zend\View\Navigation\PluginManager is not updated to the latest zend-servicemanager changes. Once it has been, we can address this test case.

Maks3w commented 8 years ago

I think the test should be refactored for not depend of the external implementation.

weierophinney commented 8 years ago

The point of the test is to determine how it configures the view helper manager; it's an integration test. On Oct 29, 2015 2:25 PM, "Maks3w" notifications@github.com wrote:

I think the test should be refactored then for not depend of the external implementation.

— Reply to this email directly or view it on GitHub https://github.com/zendframework/zend-navigation/issues/6#issuecomment-152294032 .

weierophinney commented 4 years ago

This repository has been closed and moved to laminas/laminas-navigation; a new issue has been opened at https://github.com/laminas/laminas-navigation/issues/4.