public function test_dateTime()
 {
     $this->dbal->shouldReceive('addColumn')->with('column', 'datetime');
     $this->table->dateTime('column');
 }