Example #1
0
 /**
  * @covers ::set
  * @group  Fieldset
  */
 public function testSet()
 {
     $item = new Checkbox();
     $this->object[] = $item;
     $this->assertEquals([$item], $this->object->getContents());
 }