PHP has already has a number of frameworks which provide unit testing functionality, however system testing is often forgotten. This package provides a framework for testing a Web site
It can attempt to connect to a Web site server an retrieve given list of site pages to verify whether those are returned as expected.
It can also scan the verified pages to determine contain typical PHP error or warning messages. The messages that are found are included in the test report.