Posts in category wordpress - page 2

16 Nov 2015

Quickly setup WP Plugin Unit Tests

Dev WordPress

I am finding wp-cli increasingly useful. For those who haven’t come across it before—as the name suggests—it is a command line interface for WordPress. This in itself is fairly useful as a standalone tool for blog management (just run wp to see the possibilities!). For developers it also has a handy feature for bootstrapping plugin unit tests.

1 2