On the Codeception blog there's an introduction to the Codeception tool, a behavior-driven framework written in PHP (in the spirit of Behat).
phpunitCodeception Blog: Introduction to CodeceptionPHPDeveloper.org Wed, 01/25/2012 - 10:19
On the Codeception blog there's an introduction to the Codeception tool, a behavior-driven framework written in PHP (in the spirit of Behat). Ade Slade's Blog: Integrating Zend Framework 1 and PimplePHPDeveloper.org Wed, 01/18/2012 - 13:11
In this new post to his blog Ade Slade shows how to integrate the Pimple lightweight dependency injection container with a Zend Framework application. Fabien Potencier's Blog: Create your own framework... on top of ...PHPDeveloper.org Tue, 01/17/2012 - 09:39
Fabien Potencier has posted the eighth part in his "building a framework on Symfony2 components" series. DZone.com: Open/Closed Principle on real world codePHPDeveloper.org Fri, 01/13/2012 - 09:05
In a new post to DZone.com Giorgio Sironi talks about the "open/closed principle" in software development and shows an example based on the design of the PHPUnit_Selenium project. Brian Swan's Blog: Running VisualPHPUnit in Windows AzurePHPDeveloper.org Wed, 01/11/2012 - 10:25
Brian Swan has posted another in his "unit testing on Azure" posts to his blog today. This time he shows how to get VisualPHPUnit running on your Windows Azure installed code. Brian Swan's Blog: Running PHPUnit in Windows AzurePHPDeveloper.org Fri, 12/09/2011 - 10:08
Brian Swan has a recent post to his MSDN blog about setting up PHPUnit for testing on a Windows Azure platform (as installed via PEAR). DZone.com: Self-Initializing Fakes in PHPPHPDeveloper.org Mon, 12/05/2011 - 10:03
In a new post over on DZone.com Giorgio Sironi shows how to create a fake, an interface that mocks the interface to an external tool and provides cached results back to the calling script. Cooking PHPUnit (and a chef-solo example on top) - tillPlanet PHP Sat, 12/03/2011 - 20:16
I'm sure most of you noticed that with the recent upgrade of PHPUnit to version 3.6, a lot of breakage was introduced in various projects. MAMP PRO, PECL, SSH2, and OSX CLI (AKA acronym madness) - Chance...Planet PHP Mon, 11/07/2011 - 23:47
Or madness in general. So as you may know, I've started using PHPStorm to work locally. Henri Bergius' Blog: Composer Solves The PHP Code-Sharing Proble...PHPDeveloper.org Wed, 11/02/2011 - 15:28
Henri Bergius has a new post to his blog today about a tool that could help make code reuse across PHP applications a much simpler process. |