rector/custom-phpspec-to-phpunit
最新稳定版本:0.6.2
Composer 安装命令:
composer require rector/custom-phpspec-to-phpunit
包简介
Rector migration rules for PHPSpec to PHPUnit
README 文档
README
Install
- runs on PHP 7.4+
composer require rector/custom-phpspec-to-phpunit --dev
Usage
- Register set
$rectorConfig->sets([ \Rector\PhpSpecToPHPUnit\Set\MigrationSetList::PHPSPEC_TO_PHPUNIT, ]);
- Run on specific spec directory
vendor/bin/rector process spec
This package handles 99 % of changes. Explore these resources to handle edge-cases manually:
统计信息
- 总下载量: 36.53k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 7
- 点击次数: 1
- 依赖项目数: 0
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2023-12-29