rmiller/phpspec-extension

PhpSpec extension for Behat

Maintainers

👁 mr_r_miller

Package info

github.com/richardmiller/PhpSpecExtension

Issues

Type:behat-extension

pkg:composer/rmiller/phpspec-extension

Statistics

Installs: 19 513

Dependents: 2

Suggesters: 0

Stars: 5

0.5.0 2017-01-24 15:37 UTC

Requires

Suggests

None

Provides

None

Conflicts

None

Replaces

None

MIT 9e61deba157790238f36a58952dd2e1ecf41e7c0

  • Richard Miller <mrrmiller46.woop@gmail.com>

BDDBehatphpspec

This package is not auto-updated.

Last update: 2026-06-16 10:49:24 UTC


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