public function test_drop_column()
 {
     $this->dbal->shouldReceive('dropColumn')->with('column');
     $this->table->dropColumn('column');
 }