| Total Complexity | 3 |
| Total Lines | 17 |
| Duplicated Lines | 0 % |
| Changes | 1 | ||
| Bugs | 0 | Features | 0 |
| 1 | <?php |
||
| 10 | final class MySQL extends ColumnTest |
||
| 11 | { |
||
| 12 | protected function setUp() : void |
||
| 13 | { |
||
| 14 | parent::setUp(); |
||
| 15 | |||
| 16 | $this->requirePlatform(MySqlPlatform::class); |
||
| 17 | } |
||
| 18 | |||
| 19 | public function testVariableLengthStringNoLength() : void |
||
| 22 | } |
||
| 23 | |||
| 24 | public function testVariableLengthBinaryNoLength() : void |
||
| 27 | } |
||
| 28 | } |
||
| 29 |