Following "problem":
Website build with PHP/HTML working We want to change this site to PHP + Zend Framework + HTML
The Goal: After implementing the Framework the site should look like without the Framework.
Is there any way to test this automaticly? If we just save the page before and compare it with the new version i will not work because some Whitespaces inside the html sourecode can be different.
Is there any working solution for this scenario?