| Total Complexity | 1 |
| Total Lines | 9 |
| Duplicated Lines | 0 % |
| Changes | 0 | ||
| 1 | <?php |
||
| 9 | class CommandTest extends AbstractCommandTest |
||
| 10 | { |
||
| 11 | protected ?string $driverName = 'mysql'; |
||
| 12 | |||
| 13 | protected string $upsertTestCharCast = 'CONVERT([[address]], CHAR)'; |
||
| 14 | |||
| 15 | public function testAddDropCheck(): void |
||
| 16 | { |
||
| 17 | $this->markTestSkipped('MySQL does not support adding/dropping check constraints.'); |
||
| 18 | } |
||
| 20 |