1
0
mirror of https://github.com/danog/psalm.git synced 2025-01-22 05:41:20 +01:00

fix test on windows (#4225)

This commit is contained in:
orklah 2020-09-20 19:00:30 +02:00 committed by GitHub
parent cf8dcc163e
commit 7093253eea
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -2060,7 +2060,7 @@ class ArrayFunctionCallTest extends TestCase
function merger(array $a, array $b) : array {
return array_merge($a, $b);
}',
'error_message' => 'LessSpecificReturnStatement - src/somefile.php:9:32 - The type \'array{A: int|string}<string, string>\' is more general',
'error_message' => 'LessSpecificReturnStatement - src' . DIRECTORY_SEPARATOR . 'somefile.php:9:32 - The type \'array{A: int|string}<string, string>\' is more general',
],
];
}