mirror of
https://github.com/rectorphp/rector.git
synced 2025-01-20 06:38:46 +01:00
BUGFIX: Correction of parsing error while executing command 'composer complete-check' (#4072)
This commit is contained in:
parent
2a6df65a5b
commit
5d521b4d9f
@ -67,7 +67,7 @@ final class MutualRenameTest extends AbstractFileSystemRectorTestCase
|
||||
new InputFilePathWithExpectedFilePathAndContent(
|
||||
__DIR__ . '/SourceMutualRename/config/some_config.neon',
|
||||
$this->getFixtureTempDirectory() . '/SourceMutualRename/config/some_config.neon',
|
||||
__DIR__ . '/ExpectedMutualRename/config/expected_some_config.neon',
|
||||
__DIR__ . '/ExpectedMutualRename/config/expected_some_config.neon'
|
||||
),
|
||||
],
|
||||
];
|
||||
|
@ -39,7 +39,7 @@ final class FuncCallToMethodCallRectorTest extends AbstractRectorTestCase
|
||||
new FuncNameToMethodCallName(
|
||||
'Rector\Generic\Tests\Rector\Function_\FuncCallToMethodCallRector\Source\some_view_function',
|
||||
'Namespaced\SomeRenderer',
|
||||
'render',
|
||||
'render'
|
||||
),
|
||||
],
|
||||
],
|
||||
|
Loading…
x
Reference in New Issue
Block a user