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