Ejemplo n.º 1
0
 public function __toString()
 {
     return $this->abbr->getWrappedName($this->name);
 }
Ejemplo n.º 2
0
 public function testDistrictAbbr()
 {
     $abbr = new Abbreviation('р-н');
     $this->assertEquals('Пушкинский район', $abbr->getWrappedName(' Пушкинский '));
 }