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.' ); }