Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 682 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 682 Bytes

wp-mock-test-demo

Dummy plugin for demonstrating WP_Mock unit testing in a WordPress Plugin

Installation

First, clone this repository to your wp-content/plugins:

git clone https://github.com/codex-m/wp-mock-test-demo.git

Then go to wp-content/plugins/wp-mock-test-demo/ in terminal to install third party libraries with:

composer install

Finally, you can run the test inside the wp-content/plugins/wp-mock-test-demo directory in terminal:

./vendor/bin/phpunit --configuration phpunit.xml

For details, please follow this tutorial.