public function test_unique()
 {
     $this->dbal->shouldReceive('addUniqueIndex')->with(['email'], null, []);
     $this->table->unique('email');
 }