Skip to content

Commit

Permalink
Returned PHPDoc block to fix automated tests
Browse files Browse the repository at this point in the history
  • Loading branch information
evil1 committed Jan 5, 2025
1 parent c43d104 commit 64f818c
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions tests/Common/CommonSchemaTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -405,6 +405,11 @@ public function testGetTableNames(array $pdoAttributes): void
$db->close();
}

/**
* @dataProvider \Yiisoft\Db\Tests\Provider\SchemaProvider::pdoAttributes
*
* @throws NotSupportedException
*/
public function testHasTable(array $pdoAttributes): void
{
$db = $this->getConnection(true);
Expand Down

0 comments on commit 64f818c

Please sign in to comment.