public function testLocaleSetter()
 {
     $object = new GenericConfiguration();
     $object->setLocale('nl-be');
     $this->assertEquals('nl-be', $object->getLocale());
 }