Skip to content

Commit 07ad9b3

Browse files
Remove src\TestSupport\TestColumnSchemaBuilderTrait from yiisoft\db. (#178)
* Remove src\TestSupport\TestColumnSchemaBuilderTrait from yiisoft\db.
1 parent d773f85 commit 07ad9b3

1 file changed

Lines changed: 6 additions & 11 deletions

File tree

tests/ColumnSchemaBuilderTest.php

Lines changed: 6 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -4,20 +4,15 @@
44

55
namespace Yiisoft\Db\Pgsql\Tests;
66

7-
use Yiisoft\Db\TestSupport\TestColumnSchemaBuilderTrait;
7+
use Yiisoft\Db\Pgsql\Tests\Support\TestTrait;
8+
use Yiisoft\Db\Tests\Common\CommonColumnSchemaBuilderTest;
89

910
/**
1011
* @group pgsql
12+
*
13+
* @psalm-suppress PropertyNotSetInConstructor
1114
*/
12-
final class ColumnSchemaBuilderTest extends TestCase
15+
final class ColumnSchemaBuilderTest extends CommonColumnSchemaBuilderTest
1316
{
14-
use TestColumnSchemaBuilderTrait;
15-
16-
/**
17-
* @dataProvider typesProviderTrait
18-
*/
19-
public function testCustomTypes(string $expected, string $type, ?int $length, mixed $calls): void
20-
{
21-
$this->checkBuildString($expected, $type, $length, $calls);
22-
}
17+
use TestTrait;
2318
}

0 commit comments

Comments
 (0)