Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
vjik committed Sep 23, 2024
1 parent d0fbd2c commit 93337cc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Db/Command/CommandTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -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();
Expand Down

0 comments on commit 93337cc

Please sign in to comment.