Overview and feature list for the SimpleTest PHP unit tester and web tester

A test case looks like this... MyTestCase extends UnitTestCase { function testLogWroteMessage() { $log = &new Log('my.log'); $log->message('Hello'); $this->assertTrue(file_exists('my.log')); } } ?> ]]>

Quick summary of the SimpleTest tool for PHP. List of features, both current ones and those planned. There are plenty of unit testing resources on the web. Documentation for SimpleTest. How to write PHP test cases is a fairly advanced tutorial. SimpleTest API from phpdoc. software development tools, php programming, programming php, software development tools, Tools for extreme programming, free php scripts, links of testing tools, php testing resources, mock objects, junit, jwebunit, htmlunit, itc, php testing links, unit test advice and documentation, extreme programming in php Marcus Baker Primary Developer{@link mailto:marcus@lastcraft.com marcus@lastcraft.com} Harry Fuecks Packager{@link mailto:harryf@users.sourceforge.net harryf@users.sourceforge.net} Jason Sweat Documentation{@link mailto:jsweat_php@yahoo.com jsweat_php@yahoo.com}