public function testComponent_ReturnsNULLForUnknownComponent()
 {
     $node = self::nodeStub();
     $webform = new Webform($node);
     $this->assertNull($webform->component(12));
 }