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.
equal to
equal of
assertSqlGeneration()
1 parent db14f0f commit a663ddaCopy full SHA for a663dda
tests/Doctrine/Tests/ORM/Query/SelectSqlGenerationTest.php
@@ -76,7 +76,7 @@ public function assertSqlGeneration(
76
parent::assertEquals(
77
$sqlToBeConfirmed,
78
$sqlGenerated,
79
- sprintf('"%s" is not equal of "%s"', $sqlGenerated, $sqlToBeConfirmed)
+ sprintf('"%s" is not equal to "%s"', $sqlGenerated, $sqlToBeConfirmed)
80
);
81
82
$query->free();
0 commit comments