goaop / goaop-zf2-module

Integration module for Go! AOP Framework and ZF2 Framework
MIT License
6 stars 4 forks source link

Tests with multiple zf versions #12

Closed reinfi closed 6 years ago

reinfi commented 6 years ago

This runs 3 travis builds with zend version 2 for servicemanager and mvc composer package.

One ugly part is, that it needs zend-view, zend-serializer, zend-log, zend-console and zend-i18n as requirement to initialize the application. We could either add this via travis.yml if we want to keep our composer.json clean. But in this case you can not execute the tests locally for zend version 2.

Any suggestions?

Another thought is to provide an own ServiceListener instance just for testing purposes which does not add all plugin managers.