Skip to content

Commit

Permalink
Fix issue yiisoft#762
Browse files Browse the repository at this point in the history
  • Loading branch information
evil1 committed Dec 25, 2024
1 parent 13f23c7 commit fd253ea
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/Common/CommonSchemaTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -503,7 +503,7 @@ public function testGetViewNames(): void
$db->close();
}

public function hasView(): void
public function testHasView(): void
{
$db = $this->getConnection(true);

Expand Down

0 comments on commit fd253ea

Please sign in to comment.