Пример #1
0
 public function testGetLabel()
 {
     $this->element->label('test');
     $this->assertSame('test', $this->element->getLabel());
 }