From 7010a9c6dd8aa373b7ae0245b3d945479bcd3cb6 Mon Sep 17 00:00:00 2001 From: Benjamin Morel Date: Mon, 30 Dec 2019 01:20:11 +0100 Subject: [PATCH] Fix typos in SQLite --- tests/Doctrine/Tests/DBAL/Platforms/SqlitePlatformTest.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/Doctrine/Tests/DBAL/Platforms/SqlitePlatformTest.php b/tests/Doctrine/Tests/DBAL/Platforms/SqlitePlatformTest.php index f2ab5a452ac..678985450c6 100644 --- a/tests/Doctrine/Tests/DBAL/Platforms/SqlitePlatformTest.php +++ b/tests/Doctrine/Tests/DBAL/Platforms/SqlitePlatformTest.php @@ -584,7 +584,7 @@ protected function getQuotedAlterTableChangeColumnLengthSQL() : array 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 @@ public function testAlterTableRenameIndexInSchema() : void 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.' ); }