diff --git a/tests/Db/Command/CommandTest.php b/tests/Db/Command/CommandTest.php index 689d81caf..d924374ea 100644 --- a/tests/Db/Command/CommandTest.php +++ b/tests/Db/Command/CommandTest.php @@ -461,7 +461,7 @@ public function testDropView(): void ); } - #[DataProvider(CommandProvider::class.'::dropTable')] + #[DataProvider(CommandProvider::class . '::dropTable')] public function testDropTable(string $expected, ?bool $ifExists, ?bool $cascade): void { $db = $this->getConnection();