public function testGetLocaleContext()
 {
     $this->generator->setDefaultLocale('en');
     $this->generator->getContext()->setParameter('_locale', 'de');
     $attributes = array();
     $this->assertEquals('de', $this->generator->getLocale($attributes));
 }