aaemnnosttv / wordpress-tests-core-installer
A custom installer to install the WordPress core phpunit library
Installs: 2 290
Dependents: 1
Suggesters: 0
Security: 0
Stars: 0
Watchers: 1
Forks: 0
Type:composer-plugin
Requires
- composer-plugin-api: ^1.0
Requires (Dev)
- composer/composer: ^1.0
Conflicts
- composer/installers: <1.0.6
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"
}