| Total Complexity | 3 |
| Total Lines | 25 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 13 | abstract class CommonColumnSchemaBuilderTest extends TestCase |
||
| 14 | { |
||
| 15 | use TestTrait; |
||
| 16 | |||
| 17 | /** |
||
| 18 | * @dataProvider \Yiisoft\Db\Tests\Provider\ColumnSchemaBuilderProvider::types(); |
||
| 19 | */ |
||
| 20 | public function testCustomTypes(string $expected, string $type, int|null $length, array $calls): void |
||
| 23 | } |
||
| 24 | |||
| 25 | protected function checkBuildString(string $expected, string $type, int|null $length, array $calls): void |
||
| 40 |