コード例 #1
0
ファイル: ColumnTypeTest.php プロジェクト: php-lug/lug
 public function testName()
 {
     $this->assertSame('column', $this->type->getName());
 }