public function functionObject($name) : Method { $node = $this->contextNode() ->appendChild($this->dom() ->createElementNS('https://schema.phpunit.de/coverage/1.0', 'function')); return new Method($node, $name); }