aaemnnosttv/wordpress-tests-core-installer

This package is abandoned and no longer maintained. No replacement package was suggested.

A custom installer to install the WordPress core phpunit library

Installs: 2 235

Dependents: 1

Suggesters: 0

Security: 0

Stars: 0

Watchers: 1

Forks: 0

Type:composer-plugin

0.1.1 2016-04-27 14:32 UTC

This package is auto-updated.

Last update: 2023-01-10 16:24:49 UTC


README

A custom Composer installer plugin for the WordPress Core PHPUnit Test Library.

Usage

This installer requires a key within the extra configuration of your composer.json for the target installation path to install the core test library.

"extra": {
	"wordpress-tests-core-dir": "custom/path"
}