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:
commit
9ac7c3bf70
@ -85,6 +85,6 @@ class RunDqlCommandTest extends OrmFunctionalTestCase
|
|||||||
))
|
))
|
||||||
);
|
);
|
||||||
|
|
||||||
$this->assertStringMatchesFormat('string%sSELECT %a', $this->tester->getDisplay());
|
$this->assertStringMatchesFormat('%Astring%sSELECT %a', $this->tester->getDisplay());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user