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