1
0
mirror of synced 2025-03-06 12:56:10 +03:00

Merge pull request #5547 from doctrine/hotfix/php7-xdebug-incompatibility-fixes

Correcting minor test case incompatibility with XDebug 2.4.x
This commit is contained in:
Marco Pivetta 2015-12-11 19:39:43 +01:00
commit 9ac7c3bf70

View File

@ -85,6 +85,6 @@ class RunDqlCommandTest extends OrmFunctionalTestCase
)) ))
); );
$this->assertStringMatchesFormat('string%sSELECT %a', $this->tester->getDisplay()); $this->assertStringMatchesFormat('%Astring%sSELECT %a', $this->tester->getDisplay());
} }
} }