public function test_text()
 {
     $this->dbal->shouldReceive('addColumn')->with('text', 'text');
     $this->table->text('text');
 }