We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f3a066 commit 3057e41Copy full SHA for 3057e41
tests/Type/Doctrine/Query/QueryResultTypeWalkerTest.php
@@ -223,7 +223,7 @@ public function test(
223
self::assertSame(
224
$expectedType->describe(VerbosityLevel::precise()),
225
$type->describe(VerbosityLevel::precise()),
226
- "Query $dql\n failed expectation\n"
+ sprintf("Query %s\n failed expectation\n", $dql)
227
);
228
229
// Double-check our expectations
0 commit comments