imt/behat-profiling-extension 问题修复 & 功能扩展

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

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

imt/behat-profiling-extension

最新稳定版本:0.9.1

Composer 安装命令:

composer require imt/behat-profiling-extension

包简介

The Behat extension that allows you to profile Behat steps

关键字:

README 文档

README

Overview

The Behat extension that allows you to profile Behat steps.

Installation

1. Using Composer (recommended)

To install behat-profiling-extension with Composer just add the following to your composer.json file:

{
    "require-dev": {
        "imt/behat-profiling-extension": "0.9.*"
    }
}

Then, you can install the new dependencies by running Composer's update command from the directory where your composer.json file is located:

$ php composer.phar update imt/behat-profiling-extension

Now, Composer will automatically download all required files, and install them for you.

Usage

To enable behat-profiling-extension just add the following to your behat.yml file:

default:
    extensions:
        IMT\BehatProfilingExtension\Extension: ~

That's all!

If you want to disable/enable the extension depending of environment you can use use_env parameter:

default:
    extensions:
        IMT\BehatProfilingExtension\Extension:
            use_env: BEHAT_PROFILING_ENABLED
$ BEHAT_PROFILING_ENABLED=true behat

Testing

$ make test

Contributing

Please see CONTRIBUTING for details.

Credits

License

This library is released under the MIT license. See the complete license in the LICENSE file that is distributed with this source code.

统计信息

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

GitHub 信息

  • Stars: 9
  • Watchers: 1
  • Forks: 3
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2016-07-29