From 04d92070652d30160f2f9bec99ad06aad899bb91 Mon Sep 17 00:00:00 2001 From: Tigrov Date: Tue, 13 Aug 2024 17:48:14 +0700 Subject: [PATCH] Update test --- tests/AbstractColumnFactoryTest.php | 1 - 1 file changed, 1 deletion(-) diff --git a/tests/AbstractColumnFactoryTest.php b/tests/AbstractColumnFactoryTest.php index 55832ec71..54ea35893 100644 --- a/tests/AbstractColumnFactoryTest.php +++ b/tests/AbstractColumnFactoryTest.php @@ -25,7 +25,6 @@ public function testFromDbType(string $dbType, string $expectedType, string $exp /** * @dataProvider \Yiisoft\Db\Tests\Provider\ColumnFactoryProvider::definitions - * @dataProvider \Yiisoft\Db\Tests\Provider\ColumnFactoryProvider::types */ public function testFromDefinition( string $definition,