/**
  * Test related method
  * Just a call to prevent fatal errors (no way to verify value is set)
  */
 public function testSetLocale()
 {
     $this->attribute->setLocale('en_US');
 }