public function testDefaultAttributes()
 {
     $object = new \Foundation\Form\Element\ListItem();
     $this->assertNull($object->getDisabled());
     $this->assertNull($object->getValue());
     $this->assertNull($object->getLabel());
 }