Example #1
0
 public function testCanSetAndGetLabel()
 {
     $this->field->setLabel('LABEL');
     $this->assertEquals('LABEL', $this->field->getLabel());
 }