mike182uk / phpspec-rename
PHPSpec rename extension - Use PHPSpec to rename a class and its corresponding spec
Installs: 17
Dependents: 0
Suggesters: 0
Security: 0
Stars: 1
Watchers: 1
Forks: 0
pkg:composer/mike182uk/phpspec-rename
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