rmiller/phpspec-extension 问题修复 & 功能扩展

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

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

rmiller/phpspec-extension

最新稳定版本:0.5.0

Composer 安装命令:

composer require rmiller/phpspec-extension

包简介

PhpSpec extension for Behat

README 文档

README

Scrutinizer Code Quality Build Status

Behat extension to run phpspec desc command automatically for missing classes.

For more explanation and additional related functionality see BehatSpec. Which uses this extension in combination with others to provide integration between Behat and PhpSpec.

If you do want to use this extension standalone, it requires:

  • Behat 3.0+
  • PHP 5.6+

The easiest way to install it is to use Composer

$ composer require --dev rmiller/phpspec-extension:^0.5

Activate the extension by specifying its class in your behat.yml:

# behat.yml
default:
  # ...
  extensions:
    RMiller\BehatSpec\Extension\PhpSpecExtension\PhpSpecExtension:
      path:  bin/phpspec #default value is bin/phpspec
      config:  path/to/phpspec.yml #optional

统计信息

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

GitHub 信息

  • Stars: 5
  • Watchers: 4
  • Forks: 4
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2014-10-29