ssch/typo3-rector-testing-framework
最新稳定版本:v3.0.0
Composer 安装命令:
composer require ssch/typo3-rector-testing-framework
包简介
Rector upgrade or migration rules for TYPO3 Testing Framework
README 文档
README
Install
All you need to do is install the package, and you're good to go:
composer require ssch/typo3-rector-testing-framework --dev
Use Sets
To add a set to your config, use one of the classes from sets under Ssch\\Typo3RectorTestingFramework\\Set\\ class and pick one of the constants:
use Ssch\Typo3RectorTestingFramework\Set\NimutTestingFrameworkSetList; use Ssch\Typo3RectorTestingFramework\Set\TYPO3TestingFrameworkSetList; use Rector\Config\RectorConfig; return static function (RectorConfig $rectorConfig): void { $rectorConfig->sets([ NimutTestingFrameworkSetList::NIMUT_TESTING_FRAMEWORK_TO_TYPO3_TESTING_FRAMEWORK, TYPO3TestingFrameworkSetList::TYPO3_TESTING_FRAMEWORK_7, ]); };
统计信息
- 总下载量: 332.79k
- 月度下载量: 0
- 日度下载量: 0
- 收藏数: 3
- 点击次数: 2
- 依赖项目数: 6
- 推荐数: 0
其他信息
- 授权协议: MIT
- 更新时间: 2024-01-27