Skip to content

Extension for phpspec that will automatically add generated classes and specifications to git.

License

Notifications You must be signed in to change notification settings

nick-jones/phpspec-git-extension

Repository files navigation

PhpSpec Git Extension

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

About

Extension for phpspec that will automatically add generated classes and specifications to git.

Resources

License

Stars

Watchers

Forks

Packages

No packages published