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