Пример #1
0
 public function testPhinxTypeNotValidTypeRegex()
 {
     $this->setExpectedException('\\RuntimeException', 'Column type ?int? is not supported');
     $this->adapter->getPhinxType('?int?');
 }