Skip to content

Latest commit

 

History

History
54 lines (36 loc) · 1.94 KB

File metadata and controls

54 lines (36 loc) · 1.94 KB

Automated testing for the WordPress Japanese package with the WP Multibyte Patch

Build Status

This project is a testing suite for the WordPress Japanese package.

It is testing for functions of the latest version of wp-multibyte-patch plugin in combinations of the following environments.

  • PHP 5.6 - 7.2
  • WordPress nightly and latest. (Include multisite)

Run automated testing on the local machine

$ git clone git@github.com:jawordpressorg/automated-testing-for-wordpress-ja.git
$ cd automated-testing-for-wordpress-ja
$ bash bin/install-wp-tests.sh <db-name> <db-user> <db-pass> [db-host] [wp-version]
$ bash bin/prepare.sh

Then run phpunit.

$ phpunit

Checklist

Related

Run tests

If you want to run tests manually, please click "Restart build" on the Travis CI.

https://travis-ci.org/jawordpressorg/automated-testing-for-wordpress-ja

Also, the tests are runinng automatically every day by cron.