public function testAddInputType()
 {
     $this->model->addInputType('new_type');
     $this->assertEquals(['type', 'new_type'], $this->model->getHaystack());
 }