/**
  * {@inheritdoc}
  */
 public function setUp()
 {
     parent::setUp();
     $this->handler = new UrlTokenHandler();
 }
 /**
  * {@inheritdoc}
  */
 public function setUp()
 {
     parent::setUp();
     $this->handler = new ViewModeTokenHandler();
 }
 /**
  * {@inheritdoc}
  */
 public function setUp()
 {
     parent::setUp();
     $this->handler = new HashTokenHandler();
     module_enable(array('nexteuropa_token_test'));
 }