定制 firehed/arctools 二次开发

按需修改功能、优化性能、对接业务系统,提供一站式技术支持

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

firehed/arctools

最新稳定版本:1.1.0

Composer 安装命令:

composer require firehed/arctools

包简介

Easily integrate with Arcanist and libphutil

README 文档

README

This library is designed to make it really easy to plug Arcanist and Libphutil into an existing Composer-based project.

Usage

In your project's root directory, edit the .arcconfig file (or create one if it does not already exist) and add the following values:

{
    "unit.engine": "Firehed\\Arctools\\Unit\\PHPUnitTestEngine",
    "load": [
        "vendor/firehed/arctools/src"
    ]
}

Additional Configuration

  • "phpunit.config": "relative/path/to/phpunit.xml"
  • "phpunit.source_directory": "path/to/source",
  • "phpunit.test_directory": "path/to/tests",
  • Test suffix (future)

统计信息

  • 总下载量: 9.46k
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 2
  • 点击次数: 0
  • 依赖项目数: 2
  • 推荐数: 0

GitHub 信息

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

其他信息

  • 授权协议: MIT
  • 更新时间: 2015-04-09