2017 © Pedro Peláez
 

library phpspec-run-extension

PhpSpec extension to execute the run command after the describe command

image

rmiller/phpspec-run-extension

PhpSpec extension to execute the run command after the describe command

  • Sunday, February 19, 2017
  • by mr_r_miller
  • Repository
  • 3 Watchers
  • 1 Stars
  • 21,021 Installations
  • PHP
  • 3 Dependents
  • 0 Suggesters
  • 2 Forks
  • 1 Open issues
  • 7 Versions
  • 0 % Grown

The README.md

PhpSpecRunExtension

Scrutinizer Code Quality Build Status, (*1)

PhpSpec extension that adds running run command after describe command, (*2)

Installation

This extension requires:, (*3)

  • PhpSpec 3.0+
  • PHP 5.6+

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

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

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

# phpspec.yml
extensions:
  RMiller\BehatSpec\Extension\PhpSpecRunExtension\PhpSpecRunExtension: ~

It defaults to bin/phpspec for the path of phpspec and to run after the describe command. These can be overridden as follows:, (*6)

# phpspec.yml
extensions:
  RMiller\BehatSpec\Extension\PhpSpecRunExtension\PhpSpecRunExtension: ~
rerunner:
  path: vendor/bin/phpspec
  commands: [describe, exemplify]
  config: path/to/phpspec.yml #optional

This will now also execute the run command after the exemplify command added by the ExemplifyExtension., (*7)

The Versions

19/02 2017

dev-master

9999999-dev https://github.com/richardmiller/PhpSpecRunExtension

PhpSpec extension to execute the run command after the describe command

  Sources   Download

MIT

The Requires

 

bdd phpspec

24/01 2017

0.5.0

0.5.0.0 https://github.com/richardmiller/PhpSpecRunExtension

PhpSpec extension to execute the run command after the describe command

  Sources   Download

MIT

The Requires

 

bdd phpspec

24/01 2017

0.4.0

0.4.0.0 https://github.com/richardmiller/PhpSpecRunExtension

PhpSpec extension to execute the run command after the describe command

  Sources   Download

MIT

The Requires

 

bdd phpspec

24/01 2017

0.4.1

0.4.1.0 https://github.com/richardmiller/PhpSpecRunExtension

PhpSpec extension to execute the run command after the describe command

  Sources   Download

MIT

The Requires

 

bdd phpspec

29/09 2016

dev-update-to-phpspec-three

dev-update-to-phpspec-three https://github.com/richardmiller/PhpSpecRunExtension

PhpSpec extension to execute the run command after the describe command

  Sources   Download

MIT

The Requires

 

bdd phpspec

02/04 2015

0.2.0

0.2.0.0 https://github.com/richardmiller/PhpSpecRunExtension

PhpSpec extension to execute the run command after the describe command

  Sources   Download

MIT

The Requires

 

The Development Requires

bdd phpspec

12/11 2014

0.1.0

0.1.0.0 https://github.com/richardmiller/PhpSpecRunExtension

PhpSpec extension to execute the run command after the describe command

  Sources   Download

MIT

The Requires

 

The Development Requires

bdd phpspec