1
0
mirror of synced 2025-02-20 22:23:14 +03:00

Handling minor HHVM incompatibility (dumped value is different between PHP and HHVM)

This commit is contained in:
Marco Pivetta 2015-01-18 02:54:18 +01:00
parent 7cba76082e
commit 61e07e5907

View File

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