In July 2010 I already blogged about the fact that HipHop for PHP, the source code transformer that turns PHP code into C++ code that can then be compiled with g++, can also be used for static code analysis to find problems in PHP source code.
code coverageStatic Analysis with HipHop for PHP - Sebastian BergmannPlanet PHP Fri, 01/27/2012 - 13:00
In July 2010 I already blogged about the fact that HipHop for PHP, the source code transformer that turns PHP code into C++ code that can then be compiled with g++, can also be used for static code analysis to find problems in PHP source code. Kurt Payne's Blog: How to Unit Test pcntl_fork()PHPDeveloper.org Thu, 01/19/2012 - 13:40
Kurt Payne has a new post to his blog showing how you can unit test your process forking in your PHP application (pcntl). Volker Dusch's Blog: Textual code coverage information for PHPUn...PHPDeveloper.org Fri, 11/25/2011 - 16:11
In a new post to his blog Volker Dusch points out a new feature in a recent release of PHPUnit, the popular unit testing framework for PHP - textual code coverage details. Xdebug's Code Coverage speedup - Derick RethansPlanet PHP Fri, 09/23/2011 - 02:23
Xdebug's Code Coverage speedup Besides a debugging and development aid, Xdebug also implements the back-end code to provide code coverage information for use with PHPUnit. Unit Test Coverage For Components - Stuart HerbertPlanet PHP Tue, 03/29/2011 - 12:00
In my Beyond Frameworks talk, I explained how a component-based architecture can help answe How To Run Your Component’s Unit Tests - Stuart HerbertPlanet PHP Fri, 03/25/2011 - 15:38
In my Beyond Frameworks talk, I explained how a component-based architecture can he Testing Symfony2 - Lukas SmithPlanet PHP Sun, 01/09/2011 - 13:06
Back when I was developing MDB2, I loved my unit tests to help me ensure that changes actually worked across different RDBMS (versions). Testing Tools and Techniques in PythonLinux Today Sat, 12/25/2010 - 13:04
Packt: "This article by Daniel Arbuckle, author of Python Testing, introduces code coverage and continuous integration, and teaches how to tie automated testing into version control systems." ZendCasts.com: Unit Testing Action HelpersPHPDeveloper.org Fri, 11/12/2010 - 14:51
On the ZendCasts.com site today there's a new screencast posted showing you how to use Zend_Test to unit test the action helpers in your Zend Framework application. |