Ejemplo n.º 1
0
 public function testGetName()
 {
     $column = new StringColumn('foo');
     $this->assertEquals('foo', $column->getName());
 }