Пример #1
0
 public function testGetNullLabel()
 {
     $name = 'test';
     $this->object->setName($name);
     $this->assertEquals($name, $this->object->getLabel());
 }