ApaiIO\Test\ResponseTransformer\XsltTransformerTest::getSampleXmlForTransformation PHP Method

getSampleXmlForTransformation() private method

    private function getSampleXmlForTransformation()
    {
        return <<<EOF
<?xml version="1.0" encoding="UTF-8" standalone="yes"?>
<collection>
 <cd>
  <title>Fight for your mind</title>
  <artist>Ben Harper</artist>
  <year>1995</year>
 </cd>
</collection>
EOF;
    }