An open API service indexing awesome lists of open source software.

https://github.com/wpstarter/wp-testbench

A tool to set up a WordPress test environment for PHPUnit testing
https://github.com/wpstarter/wp-testbench

phpunit test testing testing-tools unittest wordpress

Last synced: 12 days ago
JSON representation

A tool to set up a WordPress test environment for PHPUnit testing

Awesome Lists containing this project

README

        

## About WpTestbench
WpTestbench is a tool used to set up a WordPress test environment for PHPUnit testing, in order to test your plugin.

## Installation

Install testbench via composer

composer require wpstarter/wp-testbench --dev

Install WordPress

./vendor/bin/wp-testbench-install [db-pass] [db-host] [wp-version] [--skip-database-creation]

Update phpunit.xml


...


...

Custom wp-config.php





That's all then you can run the PHPUnit test

./vendor/bin/phpunit