/**
  * {@inheritDoc}
  */
 protected function setUp()
 {
     $this->entity = new Domain();
     parent::setUp();
 }
 /**
  * {@inheritDoc}
  */
 protected function setUp()
 {
     $this->entity = new LoginToken();
     parent::setUp();
 }
 /**
  * {@inheritDoc}
  */
 protected function setUp()
 {
     $this->list = new DomainList();
     parent::setUp();
 }