Closed raphaelstolt closed 8 years ago
Value of alias is now grabbed when not default (i.e. phpunit
). We prolly should reduce the usage of magic variables (e.g. phpunit) by following the example of the InteractiveCommand or adding constants to the Defaults class.
The alias seems to work, but not the value. I tried running construct generate jonathantorres/logger --test-framework=phpspec
and the project was generated, but using phpunit
.
Works fine for me, tried it with phpspec, behat, and codeception. :confused:
Working good now! Thanks!
Introduced intermediate
test-framework
option. Optiontest
should be removed in a future release and the short optiont
should than be moved to thetest-framework
option.