Testing Plugins
Installing WP-CLI
curl -O https://raw.githubusercontent.com/wp-cli/builds/gh-pages/phar/wp-cli.phar
chmod +x wp-cli.phar
sudo mv wp-cli.phar /usr/local/bin/wpInstall a local WordPress repository
git clone git@github.com:wordpress/wordpressScaffolding your Plugin
Scaffolding a Brand New Plugin
Scaffolding Plugin Tests to Existing Plugins
Writing your tests
Helper Methods
WordPress Assertions
Further Reading
Last updated