Example #1
0
 public function testGetShorthand()
 {
     $f = new Field('003@', 0);
     $this->assertEquals('003@/00', $f->getShorthand());
 }