2017 © Pedro Peláez
 

behat-extension phpspec-extension

PhpSpec extension for Behat

image

rmiller/phpspec-extension

PhpSpec extension for Behat

  • Sunday, February 19, 2017
  • by mr_r_miller
  • Repository
  • 4 Watchers
  • 7 Stars
  • 18,679 Installations
  • PHP
  • 2 Dependents
  • 0 Suggesters
  • 4 Forks
  • 1 Open issues
  • 9 Versions
  • 0 % Grown

The README.md

PhpSpecExtension

Scrutinizer Code Quality Build Status, (*1)

Behat extension to run phpspec desc command automatically for missing classes., (*2)

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

If you do want to use this extension standalone, it requires:, (*4)

  • Behat 3.0+
  • PHP 5.6+

The easiest way to install it is to use Composer, (*5)

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

Activate the extension by specifying its class in your behat.yml:, (*6)

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

The Versions

03/02 2016

dev-fix/case-mismatch

dev-fix/case-mismatch https://github.com/richardmiller/PhpSpecExtension

PhpSpec extension for Behat

  Sources   Download

MIT

The Requires

 

The Development Requires

bdd behat phpspec