magento-hackathon / MageBehat

Behat integration for Magento
17 stars 7 forks source link

modman is confusing / maybe wrong #4

Open tobi-pb opened 10 years ago

tobi-pb commented 10 years ago

our modman file does not make really sense. normally modman file are just linking files to magento directory.

current situation:

maybe better solution

What is your opionen?

fooman commented 10 years ago

I am not sure how much we can do here. Modman is simply not designed to handle dependencies. This

module already containing all required lib

does not feel right. The dependencies will resolve all the way to symfony and including them in here would negate the benefits of using composer.

Overall there is still an open discussion on how this project can align itself better with https://github.com/MageHack/BehatMage and ideally this project would only provide the necessary glue to run Behat from within Magento.

Feel free to send a pull request that improves the modman situation without having to include required libs.