Unverified Commit 644531f3 authored by Sergei Morozov's avatar Sergei Morozov Committed by GitHub

Merge pull request #3797 from BenMorel/typofix

Fix typos in SQLite
parents ef6b84ef 7010a9c6
......@@ -584,7 +584,7 @@ class SqlitePlatformTest extends AbstractPlatformTestCase
public function testAlterTableRenameIndexInSchema() : void
{
$this->markTestIncomplete(
'Test currently produces broken SQL due to SQLLitePlatform::getAlterTable being broken ' .
'Test currently produces broken SQL due to SQLitePlatform::getAlterTable being broken ' .
'when used with schemas.'
);
}
......@@ -595,7 +595,7 @@ class SqlitePlatformTest extends AbstractPlatformTestCase
public function testQuotesAlterTableRenameIndexInSchema() : void
{
$this->markTestIncomplete(
'Test currently produces broken SQL due to SQLLitePlatform::getAlterTable being broken ' .
'Test currently produces broken SQL due to SQLitePlatform::getAlterTable being broken ' .
'when used with schemas.'
);
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment