diff --git a/tests/Doctrine/Tests/ORM/Tools/Console/Command/RunDqlCommandTest.php b/tests/Doctrine/Tests/ORM/Tools/Console/Command/RunDqlCommandTest.php index 00aeea3a848..8a78e497035 100644 --- a/tests/Doctrine/Tests/ORM/Tools/Console/Command/RunDqlCommandTest.php +++ b/tests/Doctrine/Tests/ORM/Tools/Console/Command/RunDqlCommandTest.php @@ -85,6 +85,6 @@ public function testWillShowQuery() )) ); - $this->assertStringMatchesFormat('string%sSELECT %a', $this->tester->getDisplay()); + $this->assertStringMatchesFormat('%Astring%sSELECT %a', $this->tester->getDisplay()); } }