public function test_get_field_class()
 {
     $this->assertEquals('wpas-form-control', $this->text_field->get_field_class());
     $this->assertEquals('wpas-form-control test', $this->text_field->get_field_class(array('test')));
 }