rector/custom-phpspec-to-phpunit

Rector migration rules for PHPSpec to PHPUnit

Installs: 4 399

Dependents: 0

Suggesters: 0

Security: 0

Stars: 1

Watchers: 2

Forks: 0

Open Issues: 0

Type:rector-extension

0.4.13 2024-01-19 11:27 UTC

README

Install

  • runs on PHP 7.2+
composer require rector/custom-phpspec-to-phpunit --dev

Usage

  1. Register set
$rectorConfig->sets([
    \Rector\PhpSpecToPHPUnit\Set\MigrationSetList::PHPSPEC_TO_PHPUNIT,
]);
  1. Run on specific spec directory
vendor/bin/rector process spec

This package handles 99 % of changes. Explore these resources to handle edge-cases manually: