Commit 7010a9c6 authored by Benjamin Morel's avatar Benjamin Morel

Fix typos in SQLite

parent ef6b84ef
......@@ -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