rxnlabs / wp-composer

Manage your WordPress site dependencies using the power of Composer, WP CLI, and wpackagist.org
https://rxnlabs.github.io/wp-composer/
52 stars 1 forks source link

Consider adding functional tests to this project #2

Open danielbachhuber opened 8 years ago

danielbachhuber commented 8 years ago

Functional tests are an integral ingredient of highly-quality, maintainable commands. WP-CLI tries to make it as easy as possible to add functional tests to your package with its wp scaffold package-tests command:

https://github.com/wp-cli/scaffold-package-command#wp-scaffold-package-tests

I'd encourage you to consider adding functional tests to your package :) By starting your functional tests early on, it also makes it much easier to maintain your project over time.

rxnlabs commented 8 years ago

bitmoji Gonna work on these. This is definitely something high on the to-do list.