nick-jones/phpspec-git-extension

Automatically adds phpspec generated code to git

v1.0.1 2015-10-28 13:31 UTC

This package is not auto-updated.

Last update: 2024-03-20 07:56:05 UTC


README

Travis Packagist Minimum PHP Version

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