Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 392 Bytes

File metadata and controls

12 lines (9 loc) · 392 Bytes

WordPress calculator plugin

A sample WordPress plugin to illustrate automated testing using Codeception

Installation

Clone this repo into your plugins folder, run composer & then activate the plugin in your WordPress dashboard

git clone git@github.com:kanzucode/wordpress-calculator-plugin-testing-example.git
cd wordpress-calculator-plugin-testing-example
composer install