mike182uk / phpspec-rename
This package is abandoned and no longer maintained.
No replacement package was suggested.
PHPSpec rename extension - Use PHPSpec to rename a class and its corresponding spec
0.1.0
2015-06-27 14:38 UTC
Requires
- phpspec/phpspec: ~2.2
- symfony/filesystem: ~2.7
Requires (Dev)
- behat/behat: ~3.0
- bossa/phpspec2-expect: ~1.0
- fabpot/php-cs-fixer: ~1.9
- phpspec/phpspec: ~2.2
- symfony/process: ~2.7
This package is not auto-updated.
Last update: 2022-02-01 12:48:52 UTC
README
⚠️ This project is no longer maintained
PHPSpec Rename
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