We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b8a97de commit 8ebe1f4Copy full SHA for 8ebe1f4
tests/system/Database/Live/UpdateTest.php
@@ -271,7 +271,7 @@ public function testUpdateBatchTwoConstraints()
271
]);
272
}
273
274
- public function testUpdateBatchConstraintsRawSqlandAlias()
+ public function testUpdateBatchConstraintsRawSqlAndAlias()
275
{
276
if (version_compare($this->db->getVersion(), '3.33.0') < 0) {
277
$this->markTestSkipped('This SQLite version does not support this test.');
0 commit comments