2017 © Pedro Peláez
 

composer-plugin wordpress-tests-installer

Handles installing the WordPress PHPUnit test suite with composer

image

xwp/wordpress-tests-installer

Handles installing the WordPress PHPUnit test suite with composer

  • Friday, March 16, 2018
  • by valendesigns
  • Repository
  • 1 Watchers
  • 1 Stars
  • 7 Installations
  • Shell
  • 0 Dependents
  • 0 Suggesters
  • 0 Forks
  • 0 Open issues
  • 2 Versions
  • 0 % Grown

The README.md

WordPress Tests Installer

License: MIT Packagist GitHub tag, (*1)

A custom Composer plugin to install the WordPress Core PHPUnit test suite inside the vendor directory., (*2)

Usage

To add the WordPress Core PHPUnit test suite, add the following to your package's composer file:, (*3)

"require": {
    "xwp/wordpress-tests-installer": "dev-master"
}

If you require a specific WordPress Core version, other than the latest stable release, you'll need to create a .env file in the root of your project and add the following:, (*4)

WP_VERSION=4.9.4

When used with Travis CI you will need to add the environment variable to the config file or through the web UI., (*5)

License

This code is licensed under the MIT license., (*6)

The Versions

16/03 2018

dev-master

9999999-dev

Handles installing the WordPress PHPUnit test suite with composer

  Sources   Download

MIT

The Requires

  • composer-plugin-api ^1

 

The Development Requires

wordpress

16/03 2018

1.0.0

1.0.0.0

Handles installing the WordPress PHPUnit test suite with composer

  Sources   Download

MIT

The Requires

  • composer-plugin-api ^1

 

The Development Requires

wordpress