/**
  * @test
  */
 public function setLocaleSetsLocale()
 {
     $locale = array('nl' => '1', 'de' => '0');
     $this->fixture->setLocale($locale);
     $this->assertSame($locale, $this->fixture->getLocale());
 }