BUGFIX: Correction of parsing error while executing command 'composer complete-check' (#4072)

This commit is contained in:
geryguilbon 2020-08-30 15:12:21 +02:00 committed by GitHub
parent 2a6df65a5b
commit 5d521b4d9f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -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'
),
],
];

View File

@ -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'
),
],
],