Skip to content

Dummy plugin for demonstrating WP_Mock unit testing in a WordPress Plugin

License

Notifications You must be signed in to change notification settings

codex-m/wp-mock-test-demo

Repository files navigation

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.

About

Dummy plugin for demonstrating WP_Mock unit testing in a WordPress Plugin

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages