I have two HTML patterns:
- one is
$expected_htmland - the other is the actual output
$actual_out(generated by smarty template).
Now I want to perform the assertion for these two strings. I can not use assertEquals becuase both pattern have a different spacing.
Can anybody provide me a solution / help for this?

assertXmlStringEqualsXmlString()) or creating two DomDocuments and converting them back to HTML may work - see stackoverflow.com/questions/7167788/… – Martin Hujer Jan 3 at 8:32