Maarten Manders' Blog: Static + Unit Tests = Arrrghhh!
Take a hint from Maarten Manders when renaming and moving around your unit testing order: It's absolutely amazing how much you can mess up unit tests just by changing their order! (Trevi_* comes after...
View ArticleJohannes Schluter's Blog: NetBeans plugin for running phpt tests
In a new post to his blog today Johannes Schluter talks about a plugin for the NetBeans IDE that allows you to run tests for PHP's regression test suite right in the editor. The test system therefore...
View ArticleGreg Beaver's Blog: Pyrus, PEAR2 and web code coverage report for phpt-based...
Greg Beaver has posted an update one some of the things he's been working on in the realm of his projects - Pyrus, PEAR2 and code coverage for phpt-based tests. In any case, now that work on ext/phar...
View ArticleRoy Ganor's Blog: Welcome the PDTT - PHP 5.3 Code Assist Engine Tests
As mentioned on the Zend Developer Zone today, the group working on the Eclipse PDT extension has been working hard to get the tool ready for PHP 5.3 when its released and are now looking to the...
View ArticleGreg Beaver's Blog: Code Coverage Reporting using PEAR, PEAR2, phar, and sqlite3
Greg Beaver has a new post reporting on his latest efforts to improve the Pyrus PEAR installer and to make it a more strong, stable and robust end result. One of the problems I found when designing...
View ArticleStefan Koopmanschap's Blog: TestFest is back!
In a recent blog post Stefan Koopmanschap reminds the PHP development community that the PHP TestFest is back again this year! Last year's TestFest was a huge success. The worldwide initiatives by...
View ArticleLorna Mitchell's Blog: Testing PHP
In this new post to her blog Lorna Mitchell talks a bit about the upcoming TestFest event happening in Manchester next weekend and what she's learned about testing PHP to make things flow a bit...
View ArticleRafael Dohms' Blog: PHPT: Writing tests for PHP
If you've ever wanted to give back to the PHP project, but weren't sure quite how, Rafael Dohms has written up a post to make one of the options much easier to get into - writing PHPT tests for the...
View ArticleQaFoo.com: Testing file uploads with PHP
On the QaFoo.com site Manuel Pichler has posted a new tutorial about using unit testing, specifically with PHPUnit (really ending up on phpt) to test and be sure that your file upload handling is...
View ArticleChris Jones: Using the PHP CLI Webserver to Identify and Test Memory Issues...
Chris Jones has a new post today showing how you can use PHP 5.4's built-in web server to help test for memory issues in your application (and the language). Rasmus mentioned on IRC how he ran the...
View Article