This post originated from an RSS feed registered with PHP Buzz
by Stephan Schmidt.
Original Post: 17 Unit testing with .phpt 13
Feed Title: a programmer's best friend
Feed URL: http://blog.php-tools.net/rss.php?version=1.0
Feed Description: The blog of PHP Application Tools
74d
In the latest issue of the PHP Barnstormer Aaron wrote a nice summary of Greg's tutorial on how to use those strange phpt-files and how to write your own tests. This currently is the best source of information on phpt files you can get (at least I could not find better information).
Together with the new PEAR_RunTest class, that Greg wrote, it will finally be a lot easier using these standard tests for your PEAR packages.
This reminded me, that a lot of my PEAR packages still are in need of some good unit tests, guess I'll give phpt a try.
17