public function testSetAttributeSomeAttribute()
 {
     $this->target->setAttribute('foo', 'bar');
     $this->assertSame($this->target->getFormId(), false);
 }