public function setUp()
 {
     $this->randomTranslationMock = $this->prophesize('TwitterJunkieBot\\Feed\\RandomTranslation');
     $this->sut = new TwitterFeedBasqueDictionary($this->randomTranslationMock->reveal());
 }