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
Package info
github.com/aaemnnosttv/wordpress-tests-core-installer
Type:composer-plugin
pkg:composer/aaemnnosttv/wordpress-tests-core-installer
0.1.1
2016-04-27 14:32 UTC
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"
}