/**
  * {@inheritDoc}.
  */
 protected function setUp()
 {
     parent::setUp();
     $this->element = new ObjectSelect();
     $this->prepareProxy();
 }
 /**
  * {@inheritDoc}.
  */
 protected function setUp()
 {
     parent::setUp();
     $this->element = new ObjectRadio();
 }
 /**
  * {@inheritDoc}.
  */
 protected function setUp()
 {
     parent::setUp();
     $this->element = new ObjectMultiCheckbox();
     $this->prepareProxy();
 }