/**
  *
  */
 public function testValEmptyStringIfUnset()
 {
     $obj = new TranslationString();
     $this->assertSame('', $obj->val('en'));
     $this->assertSame('', $obj->val('en'));
 }