From 93337ccdd2fa98da2143c7bfe03b8efab3dd904a Mon Sep 17 00:00:00 2001 From: Sergei Predvoditelev Date: Mon, 23 Sep 2024 10:12:51 +0300 Subject: [PATCH] fix --- tests/Db/Command/CommandTest.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/Db/Command/CommandTest.php b/tests/Db/Command/CommandTest.php index d924374ea..7aef735c4 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('\Yiisoft\Db\Tests\Provider\CommandProvider::dropTable')] public function testDropTable(string $expected, ?bool $ifExists, ?bool $cascade): void { $db = $this->getConnection();