A sample WordPress plugin to illustrate automated testing using Codeception
Clone this repo into your plugins folder, run composer & then activate the plugin in your WordPress dashboard
git clone [email protected]:kanzucode/wordpress-calculator-plugin-testing-example.git
cd wordpress-calculator-plugin-testing-example
composer install