firegoby/wp-hotfix
最新稳定版本:0.1.1
Composer 安装命令:
composer require firegoby/wp-hotfix
包简介
README 文档
README
Fix bugs on each versions of WordPress.
Installation
Create a composer.json in your plugin root or mu-plugins
{
"require": {
"firegoby/wp-hotfix": "*"
}
}
Place the following code into your plugin.
require_once dirname( __FILE__ ) . '/vendor/autoload.php';
Then:
$ composer install
Contributing
Clone this project.
$ git clone git@github.com:miya0001/wp-hotfix.git
Run testing
Initialize the testing environment locally:
(you'll need to already have mysql, svn and wget available)
$ bash bin/install-wp-tests.sh wordpress_test root '' localhost latest
Install phpunit.
$ composer install
The unit test files are in the tests/ directory.
To run the unit tests, just execute:
$ phpunit
Issue
统计信息
- 总下载量: 21
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 1
- 点击次数: 2
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: GPL2
- 更新时间: 2015-09-08