xwp/wordpress-tests-installer 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

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

License: MIT Packagist GitHub tag

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

GitHub 信息

  • Stars: 2
  • Watchers: 1
  • Forks: 2
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2018-03-16