private function getIndentedXml(\SimpleXMLElement $xml) { return $this->formatter->format($xml->asXML()); }
/** * @When it is formatted by PrettyXML */ public function itIsFormattedByPrettyXml() { $formatter = new Formatter(); $this->formattedXml = $formatter->format($this->getBeforeXml()); }