Skip to content
This repository has been archived by the owner on Mar 29, 2020. It is now read-only.

mike182uk/phpspec-rename

Repository files navigation

⚠️ This project is no longer maintained

PHPSpec Rename

Build Status Scrutinizer Quality Score SensioLabsInsight Total Downloads License

Use PHPSpec to rename a class and its corresponding spec.

Installation

Add this package as a dependency in your composer.json.

{
    "require-dev": {
        "mike182uk/phpspec-rename": "0.1.*"
    }
}

Enable the extension in your phpspec.yml.

extensions:
  - Mdb\PhpSpecRenameExtension\Extension

Usage

bin/phpspec rename Foo/Bar Foo/Bar/Baz

About

Use PHPSpec to rename a class and its corresponding spec

Resources

License

Stars

Watchers

Forks

Packages

No packages published