Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4aadba6 commit 37d3a7fCopy full SHA for 37d3a7f
1 file changed
tests/Doctrine/Tests/ORM/Functional/ParserResultSerializationTest.php
@@ -56,8 +56,8 @@ public function testUnserializeSingleSelectResult(string $serialized): void
56
/** @return Generator<string, array{string}> */
57
public static function provideSerializedSingleSelectResults(): Generator
58
{
59
- yield '2.14.3' => [file_get_contents(__DIR__ . '/ParserResults/single_select_2_14_3.txt')];
60
- yield '2.15.0' => [file_get_contents(__DIR__ . '/ParserResults/single_select_2_15_0.txt')];
+ yield '2.14.3' => [rtrim(file_get_contents(__DIR__ . '/ParserResults/single_select_2_14_3.txt'), "\n")];
+ yield '2.15.0' => [rtrim(file_get_contents(__DIR__ . '/ParserResults/single_select_2_15_0.txt'), "\n")];
61
}
62
63
private static function parseQuery(Query $query): ParserResult
0 commit comments