xwp/wordpress-tests-installer
最新稳定版本:1.0.3
Composer 安装命令:
composer require xwp/wordpress-tests-installer
包简介
Handles installing the WordPress PHPUnit test suite with composer
关键字:
README 文档
README
A custom Composer plugin to install the WordPress Core PHPUnit test suite inside the vendor directory.
Usage
To add the WordPress Core PHPUnit test suite, add the following to your package's composer file:
"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:
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.
License
This code is licensed under the MIT license.
统计信息
- 总下载量: 45.25k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 2
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2018-03-16