Exemplo n.º 1
0
 /**
  * {@inheritdoc}
  */
 public function requiresSQLCommentHint(AbstractPlatform $platform)
 {
     return !parent::requiresSQLCommentHint($platform);
 }
 public function testRequiresSQLCommentHint()
 {
     $this->assertTrue($this->type->requiresSQLCommentHint($this->platform));
 }