From 64f818c651c2ded43b3f71d230899e655f160c39 Mon Sep 17 00:00:00 2001 From: Dmitriy Gritsenko Date: Sun, 5 Jan 2025 09:15:01 +0500 Subject: [PATCH] Returned PHPDoc block to fix automated tests --- tests/Common/CommonSchemaTest.php | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/tests/Common/CommonSchemaTest.php b/tests/Common/CommonSchemaTest.php index 737f2f478..cc311286b 100644 --- a/tests/Common/CommonSchemaTest.php +++ b/tests/Common/CommonSchemaTest.php @@ -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);