Skip to content

Latest commit

 

History

47 提交

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

仓库 files navigation

Example Plugin

Build Status

A complete example for using WP PHPUnit in the context of plugin development.

Features

Travis CI Configuration

A ready to use .travis.yml configured with a reasonable test matrix

  • Includes all currently supported versions of PHP (7.4 and 8.0) and the current WP minimum required PHP 5.6
  • Tests against the latest version of WordPress, as well as an older version (4.9) although it could be easily extended to include multiple older versions, multisite, etc.

Just Add Tests

This project includes a working example test-example.php test case. Adding tests is as simple as adding methods to this example class! Getting up and running couldn't be easier.

Local Development

Install Composer dependencies

$ composer install

Create a database for your tests to use and update your tests/wp-config.php as necessary.

$ mysqladmin create wp_phpunit_tests -u root

The database name defaults to wp_phpunit_tests, but you can change this in the tests/wp-config.php without affecting the Travis configuration which is environment variable-based.

Run the tests

$ composer test

关于

A complete example for using WP PHPUnit in the context of plugin development.

Topics

Resources

Stars

14 stars

关注者

2 watching

复刻s

发布

Used by

贡献者

Languages