コード例 #1
0
 /**
  * @group DBAL-423
  */
 public function testReturnsGuidTypeDeclarationSQL()
 {
     $this->assertSame('CHAR(36)', $this->_platform->getGuidTypeDeclarationSQL(array()));
 }