/**
  * @param string $locale
  *
  * @dataProvider getLocale
  */
 public function testSetCurrentLocale($locale)
 {
     $this->contextManager->setCurrentLocale($locale);
     Phake::verify($this->session)->set(ContextManager::KEY_LOCALE, $locale);
 }