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:
|
2019-12-23 01:02:07 +01:00
|
|
|
$oldToNewMethodsByClass:
|
|
|
|
PhpSpec\ServiceContainer:
|
|
|
|
set: 'define'
|
|
|
|
setShared: 'define'
|
2019-03-26 12:01:00 +01:00
|
|
|
|
2019-09-23 17:21:55 +02:00
|
|
|
Rector\Renaming\Rector\Class_\RenameClassRector:
|
2019-12-23 01:02:07 +01:00
|
|
|
$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'
|