zendframework / zend-pimple-config

Pimple container configurator based on ZF ServiceManager configuration
BSD 3-Clause "New" or "Revised" License
6 stars 3 forks source link

Fix invokable configuration when key is not provided and docs update #7

Closed michalbundyra closed 6 years ago

michalbundyra commented 6 years ago

Fixed invokable configuration - if key is different than class name the key is used as an alias.

michalbundyra commented 6 years ago

I've create new repo with container common tests: https://github.com/webimpress/zend-container-test and added these test cases there.