nick-jones / phpspec-git-extension
Automatically adds phpspec generated code to git
v1.0.1
2015-10-28 13:31 UTC
Requires
- php: >=5.4.0
- cypresslab/gitelephant: ^1.0
- phpspec/phpspec: ^2.0
Requires (Dev)
- behat/behat: ^3.0
- bossa/phpspec2-expect: ^1.0
This package is not auto-updated.
Last update: 2024-11-13 11:12:37 UTC
README
This is a quick and simple extension for phpspec that will automatically add generated classes, interfaces, and specifications to git.
This currently wraps the relevant code generation clases to facilitate this. Ultimately it is intended to leverage the changes from phpspec/phpspec#723 once released.
Installation
You can install this extension via composer:
composer require nick-jones/phpspec-git-extension
You will then need to list this as an extension within your phpspec.yml
:
extensions: - PhpSpecExtension\Git\Extension