rector/config/set/phpspec/phpspec30.yaml

25 lines
1.5 KiB
YAML
Raw Normal View History

2019-03-26 12:01:00 +01:00
# @see http://www.phpspec.net/en/stable/manual/upgrading-to-phpspec-3.html
services:
2019-09-23 17:09:26 +02:00
Rector\Renaming\Rector\MethodCall\RenameMethodRector:
$oldToNewMethodsByClass:
PhpSpec\ServiceContainer:
set: 'define'
setShared: 'define'
2019-03-26 12:01:00 +01:00
Rector\Renaming\Rector\Class_\RenameClassRector:
$oldToNewClasses:
PhpSpec\Console\IO: 'PhpSpec\Console\ConsoleIO'
PhpSpec\IO\IOInterface: 'PhpSpec\IO\IO'
PhpSpec\Locator\ResourceInterface: 'PhpSpec\Locator\Resource'
PhpSpec\Locator\ResourceLocatorInterface: 'PhpSpec\Locator\ResourceLocator'
PhpSpec\Formatter\Presenter\PresenterInterface: 'PhpSpec\Formatter\Presenter\Presenter'
PhpSpec\CodeGenerator\Generator\GeneratorInterface: 'PhpSpec\CodeGenerator\Generator\Generator'
PhpSpec\Extension\ExtensionInterface: 'PhpSpec\Extension'
Phpspec\CodeAnalysis\AccessInspectorInterface: 'Phpspec\CodeAnalysis\AccessInspector'
Phpspec\Event\EventInterface: 'Phpspec\Event\PhpSpecEvent'
PhpSpec\Formatter\Presenter\Differ\EngineInterface: 'PhpSpec\Formatter\Presenter\Differ\DifferEngine'
PhpSpec\Matcher\MatcherInterface: 'PhpSpec\Matcher\Matcher'
PhpSpec\Matcher\MatchersProviderInterface: 'PhpSpec\Matcher\MatchersProvider'
PhpSpec\SpecificationInterface: 'PhpSpec\Specification'
PhpSpec\Runner\Maintainer\MaintainerInterface: 'PhpSpec\Runner\Maintainer\Maintainer'