1
0
mirror of synced 2025-02-02 13:31:45 +03:00

Merge branch 'hotfix/php7-xdebug-incompatibility-fixes-2.5.x' into 2.5

Close #5547
This commit is contained in:
Marco Pivetta 2015-12-11 19:35:42 +01:00
commit 65f5777e60

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());
} }
} }