jonathantorres / construct

A PHP project/micro-package generator for PDS compliant projects or micro-packages.
MIT License
266 stars 16 forks source link

Rename test option to test-framework #96

Closed raphaelstolt closed 8 years ago

raphaelstolt commented 8 years ago

To avoid a confusion with the activity testing we should prolly rename the long option to testing-framework, also aligns it with the used configuration key.

jonathantorres commented 8 years ago

What do you mean with "activity testing"?

I think we can add testing-framework as another way of saying test (like an alias)

raphaelstolt commented 8 years ago

I mean that the option test might get confused with actually running the tests though it's meant to choose a testing framework.

raphaelstolt commented 8 years ago

Sorry for the inconsistency. Fixed the option name / alias now to test-framework. See #98.